-- Softaculous SQL Dump
-- http://www.softaculous.com
--
-- Host: localhost
-- Generation Time: December 3, 2019, 11:01 pm
-- Server version: 5.7.23
-- PHP Version: 7.2.7

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
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 utf8 */;

--
-- Database: `ciminfor_wp706`
--

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

--
-- Table structure for table `wpu7_commentmeta`
--

CREATE TABLE `wpu7_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `wpu7_comments`
--

CREATE TABLE `wpu7_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) 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 NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT '',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=MyISAM  DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `wpu7_links`
--

CREATE TABLE `wpu7_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) 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) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `wpu7_options`
--

CREATE TABLE `wpu7_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wpu7_options`
--

INSERT INTO `wpu7_options` VALUES
(1, 'siteurl', 'https://tecnologia.ciminformatica.com', 'yes'),
(2, 'home', 'https://tecnologia.ciminformatica.com', 'yes'),
(3, 'blogname', 'CIM Tecnologia', 'yes'),
(4, 'blogdescription', '', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'melquisedeque@cimtecnologia.com.br', 'yes'),
(7, 'start_of_week', '1', '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, Y', 'yes'),
(24, 'time_format', 'H:i', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:91:{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: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: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=35&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:58:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:68:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:88:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:83:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:83:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:64:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:53:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$";s:91:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$";s:85:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1";s:77:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:97:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]";s:72:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:97:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]";s:65:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$";s:98:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]";s:72:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$";s:98:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]";s:61:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$";s:97:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]";s:47:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:57:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:77:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:72:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:72:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:53:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]";s:51:"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]";s:38:"([0-9]{4})/comment-page-([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&cpage=$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: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]";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:5:{i:0;s:29:"custom-fonts/custom-fonts.php";i:1;s:51:"elementor-addon-widgets/elementor-addon-widgets.php";i:2;s:31:"elementor-pro/elementor-pro.php";i:3;s:23:"elementor/elementor.php";i:4;s:49:"navmenu-addon-for-elementor/elementor-navmenu.php";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', 'a:3:{i:0;s:84:"/home3/ciminformatica/public_html/tecnologia/wp-content/themes/oceanwp/functions.php";i:1;s:80:"/home3/ciminformatica/public_html/tecnologia/wp-content/themes/oceanwp/style.css";i:2;s:0:"";}', 'no'),
(40, 'template', 'cimtecnologia', 'yes'),
(41, 'stylesheet', 'cimtecnologia', 'yes'),
(42, 'comment_whitelist', '1', 'yes'),
(43, 'blacklist_keys', '', 'no'),
(44, 'comment_registration', '0', 'yes'),
(45, 'html_type', 'text/html', 'yes'),
(46, 'use_trackback', '0', 'yes'),
(47, 'default_role', 'subscriber', 'yes'),
(48, 'db_version', '45805', '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:2:{i:2;a:4:{s:5:"title";s:0:"";s:5:"count";i:0;s:12:"hierarchical";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(79, 'widget_text', 'a:2:{i:1;a: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:23:"elementor/elementor.php";a:2:{i:0;s:21:"Elementor\\Maintenance";i:1;s:9:"uninstall";}s:51:"elementor-addon-widgets/elementor-addon-widgets.php";s:33:"elementor_addon_widgets_uninstall";}', 'no'),
(82, 'timezone_string', '', 'yes'),
(83, 'page_for_posts', '0', 'yes'),
(84, 'page_on_front', '35', 'yes'),
(85, 'default_post_format', '0', 'yes'),
(86, 'link_manager_enabled', '0', 'yes'),
(87, 'finished_splitting_shared_terms', '1', 'yes'),
(88, 'site_icon', '13', 'yes'),
(89, 'medium_large_size_w', '768', 'yes'),
(90, 'medium_large_size_h', '0', 'yes'),
(91, 'wp_page_for_privacy_policy', '3', 'yes'),
(92, 'show_comments_cookies_opt_in', '1', 'yes'),
(93, 'initial_db_version', '44719', 'yes'),
(94, 'wpu7_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:61:{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:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:34:{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: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;}}}', 'yes'),
(95, 'fresh_site', '0', 'yes'),
(96, 'widget_search', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(97, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(98, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(99, 'widget_archives', 'a:2:{i:2;a:3:{s:5:"title";s:0:"";s:5:"count";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(100, 'widget_meta', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(101, 'sidebars_widgets', 'a:3:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:0:{}s:13:"array_version";i:3;}', 'yes'),
(102, 'cron', 'a:6:{i:1575425236;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:1575464462;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:1575507662;a:1:{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;}}}i:1575508038;a:3:{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;}}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: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:1575508376;a:1:{s:28:"elementor/tracker/send_event";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}s:7:"version";i:2;}', 'yes'),
(103, 'widget_pages', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(104, 'widget_calendar', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(105, 'widget_media_audio', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(106, 'widget_media_image', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(107, 'widget_media_gallery', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(108, 'widget_media_video', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(109, 'widget_tag_cloud', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(110, 'widget_nav_menu', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(111, 'widget_custom_html', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(112, 'recovery_keys', 'a:0:{}', 'yes'),
(113, 'theme_mods_twentynineteen', 'a:2:{s:18:"custom_css_post_id";i:-1;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1568423336;s:4:"data";a:2:{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";}}}}', 'yes'),
(114, 'WPLANG', 'pt_PT', 'yes'),
(385, 'db_upgraded', '', 'yes'),
(160, '_elementor_installed_time', '1568423664', 'yes'),
(161, 'elementor_remote_info_library', 'a:3:{s:10:"types_data";a:2:{s:5:"block";a:1:{s:10:"categories";a:22:{i:0;s:8:"404 page";i:1;s:5:"about";i:2;s:7:"archive";i:3;s:14:"call to action";i:4;s:7:"clients";i:5;s:7:"contact";i:6;s:3:"faq";i:7;s:8:"features";i:8;s:6:"footer";i:9;s:6:"header";i:10;s:4:"hero";i:11;s:9:"portfolio";i:12;s:7:"pricing";i:13;s:15:"product archive";i:14;s:8:"services";i:15;s:11:"single page";i:16;s:11:"single post";i:17;s:14:"single product";i:18;s:5:"stats";i:19;s:9:"subscribe";i:20;s:4:"team";i:21;s:12:"testimonials";}}s:5:"popup";a:1:{s:10:"categories";a:6:{i:0;s:10:"bottom bar";i:1;s:7:"classic";i:2;s:6:"fly-in";i:3;s:11:"full screen";i:4;s:9:"hello bar";i:5;s:8:"slide-in";}}}s:10:"categories";s:247:"["404 page","about","archive","call to action","clients","contact","faq","features","footer","header","hero","portfolio","pricing","product archive","services","single page","single post","single product","stats","subscribe","team","testimonials"]";s:9:"templates";a:613:{i:0;a:14:{s:2:"id";s:4:"5525";s:5:"title";s:8:"About 14";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png";s:12:"tmpl_created";s:10:"1520443532";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"13";s:11:"trend_index";s:1:"7";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:1;a:14:{s:2:"id";s:5:"10107";s:5:"title";s:34:"Classic | Promotion | Announcement";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/balls_small.png";s:12:"tmpl_created";s:10:"1547851373";s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/popups/classic-promotion-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"295";s:11:"trend_index";s:3:"294";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:2;a:14:{s:2:"id";s:4:"5533";s:5:"title";s:8:"About 15";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png";s:12:"tmpl_created";s:10:"1520443534";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"39";s:11:"trend_index";s:2:"16";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:3;a:14:{s:2:"id";s:4:"5575";s:5:"title";s:5:"CTA 7";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png";s:12:"tmpl_created";s:10:"1520443543";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/cta-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"21";s:11:"trend_index";s:1:"9";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:4;a:14:{s:2:"id";s:4:"5615";s:5:"title";s:10:"Features 6";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png";s:12:"tmpl_created";s:10:"1520443551";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/features-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"35";s:11:"trend_index";s:2:"24";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:5;a:14:{s:2:"id";s:4:"5624";s:5:"title";s:10:"Features 5";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png";s:12:"tmpl_created";s:10:"1520443553";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/features-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"86";s:11:"trend_index";s:2:"42";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:6;a:14:{s:2:"id";s:4:"5684";s:5:"title";s:5:"FAQ 8";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png";s:12:"tmpl_created";s:10:"1520443565";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/faq-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["faq"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"77";s:11:"trend_index";s:2:"62";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:7;a:14:{s:2:"id";s:5:"10158";s:5:"title";s:17:"Classic | Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/01/coco_small.png";s:12:"tmpl_created";s:10:"1547852227";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/popups/classic-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"304";s:11:"trend_index";s:3:"216";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:8;a:14:{s:2:"id";s:4:"5693";s:5:"title";s:5:"FAQ 9";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png";s:12:"tmpl_created";s:10:"1520443567";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/faq-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["faq"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"205";s:11:"trend_index";s:3:"167";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:9;a:14:{s:2:"id";s:4:"5703";s:5:"title";s:6:"FAQ 13";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png";s:12:"tmpl_created";s:10:"1520443569";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/faq-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["faq"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"34";s:11:"trend_index";s:2:"28";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:10;a:14:{s:2:"id";s:4:"5711";s:5:"title";s:5:"FAQ 1";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png";s:12:"tmpl_created";s:10:"1520443571";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/faq-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["faq"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"206";s:11:"trend_index";s:3:"206";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:11;a:14:{s:2:"id";s:5:"10190";s:5:"title";s:30:"Classic | Register | Subscribe";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/01/engage_small.png";s:12:"tmpl_created";s:10:"1547885703";s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/popups/classic-register-subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"310";s:11:"trend_index";s:3:"197";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:12;a:14:{s:2:"id";s:4:"5719";s:5:"title";s:5:"FAQ 4";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png";s:12:"tmpl_created";s:10:"1520443573";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/faq-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["faq"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"126";s:11:"trend_index";s:3:"109";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:13;a:14:{s:2:"id";s:4:"5729";s:5:"title";s:5:"FAQ 5";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png";s:12:"tmpl_created";s:10:"1520443575";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/faq-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["faq"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"302";s:11:"trend_index";s:3:"306";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:14;a:14:{s:2:"id";s:4:"5737";s:5:"title";s:6:"FAQ 10";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png";s:12:"tmpl_created";s:10:"1520443576";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/faq-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["faq"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"159";s:11:"trend_index";s:3:"149";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:15;a:14:{s:2:"id";s:4:"5746";s:5:"title";s:6:"FAQ 11";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png";s:12:"tmpl_created";s:10:"1520443578";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/faq-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["faq"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"203";s:11:"trend_index";s:3:"226";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:16;a:14:{s:2:"id";s:4:"5755";s:5:"title";s:5:"FAQ 6";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png";s:12:"tmpl_created";s:10:"1520443580";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/faq-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["faq"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"96";s:11:"trend_index";s:3:"115";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:17;a:14:{s:2:"id";s:4:"5764";s:5:"title";s:5:"FAQ 7";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png";s:12:"tmpl_created";s:10:"1520443582";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/faq-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["faq"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"303";s:11:"trend_index";s:3:"307";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:18;a:14:{s:2:"id";s:5:"10256";s:5:"title";s:20:"Classic | Sale | Pop";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/fruit_small.png";s:12:"tmpl_created";s:10:"1547888909";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/popups/classic-sale-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"421";s:11:"trend_index";s:3:"423";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:19;a:14:{s:2:"id";s:4:"5773";s:5:"title";s:7:"Hero 11";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png";s:12:"tmpl_created";s:10:"1520443584";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/hero-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"36";s:11:"trend_index";s:2:"29";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:20;a:14:{s:2:"id";s:5:"10267";s:5:"title";s:29:"Classic | Contact | Christmas";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2019/01/christmas_small.png";s:12:"tmpl_created";s:10:"1547889047";s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/popups/classic-contact-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"355";s:11:"trend_index";s:3:"141";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:21;a:14:{s:2:"id";s:4:"5783";s:5:"title";s:7:"Hero 10";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png";s:12:"tmpl_created";s:10:"1520443586";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/hero-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"340";s:11:"trend_index";s:3:"364";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:22;a:14:{s:2:"id";s:4:"5792";s:5:"title";s:6:"Hero 9";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png";s:12:"tmpl_created";s:10:"1520443588";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/hero-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"222";s:11:"trend_index";s:3:"251";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:23;a:14:{s:2:"id";s:4:"5801";s:5:"title";s:6:"Hero 7";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png";s:12:"tmpl_created";s:10:"1520443589";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/hero-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:10:"["header"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"24";s:11:"trend_index";s:2:"12";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:24;a:14:{s:2:"id";s:4:"5811";s:5:"title";s:6:"Hero 8";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png";s:12:"tmpl_created";s:10:"1520443591";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/hero-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"113";s:11:"trend_index";s:3:"103";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:25;a:14:{s:2:"id";s:5:"10307";s:5:"title";s:43:"Fly In | Promotion | Christmas | Teddy Bear";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/teddy_small.png";s:12:"tmpl_created";s:10:"1547893266";s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/popups/fly-in-promotion-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"531";s:11:"trend_index";s:3:"488";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:26;a:14:{s:2:"id";s:4:"5820";s:5:"title";s:9:"Contact 2";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png";s:12:"tmpl_created";s:10:"1520443593";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"184";s:11:"trend_index";s:3:"175";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:27;a:14:{s:2:"id";s:5:"10318";s:5:"title";s:27:"Classic | Contact | Bicycle";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2019/01/by_small.png";s:12:"tmpl_created";s:10:"1547893367";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/popups/classic-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"363";s:11:"trend_index";s:3:"293";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:28;a:14:{s:2:"id";s:4:"5828";s:5:"title";s:9:"Contact 3";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png";s:12:"tmpl_created";s:10:"1520443595";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"291";s:11:"trend_index";s:3:"309";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:29;a:14:{s:2:"id";s:4:"5836";s:5:"title";s:10:"Contact 10";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png";s:12:"tmpl_created";s:10:"1520443597";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/contact-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"116";s:11:"trend_index";s:2:"95";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:30;a:14:{s:2:"id";s:5:"10339";s:5:"title";s:22:"Fly In | Contact | Spa";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/spa_small.png";s:12:"tmpl_created";s:10:"1547893603";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/popups/fly-in-contact-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"416";s:11:"trend_index";s:3:"316";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:31;a:14:{s:2:"id";s:4:"5844";s:5:"title";s:10:"Contact 11";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png";s:12:"tmpl_created";s:10:"1520443599";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/contact-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"278";s:11:"trend_index";s:3:"232";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:32;a:14:{s:2:"id";s:5:"10352";s:5:"title";s:23:"Fly In | Contact | Wine";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/01/fly_wine_small.png";s:12:"tmpl_created";s:10:"1547915335";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/popups/fly-in-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"455";s:11:"trend_index";s:3:"202";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:33;a:14:{s:2:"id";s:4:"5852";s:5:"title";s:6:"CTA 34";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png";s:12:"tmpl_created";s:10:"1520443600";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-34/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"page";s:4:"tags";s:8:"["form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"465";s:11:"trend_index";s:3:"525";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:34;a:14:{s:2:"id";s:4:"5947";s:5:"title";s:7:"Stats 8";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png";s:12:"tmpl_created";s:10:"1520443621";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/stats-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"341";s:11:"trend_index";s:3:"418";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:35;a:14:{s:2:"id";s:5:"10372";s:5:"title";s:29:"Fly In | Register | Subscribe";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/phone_small.png";s:12:"tmpl_created";s:10:"1547915554";s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/popups/fly-in-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"525";s:11:"trend_index";s:3:"548";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:36;a:14:{s:2:"id";s:4:"5956";s:5:"title";s:7:"Stats 7";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png";s:12:"tmpl_created";s:10:"1520443623";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/stats-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"454";s:11:"trend_index";s:3:"483";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:37;a:14:{s:2:"id";s:5:"10382";s:5:"title";s:35:"Bottom Bar | Announcement | Cookies";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2019/01/bottom_pink_small.png";s:12:"tmpl_created";s:10:"1547916616";s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/popups/bottom-bar-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"336";s:11:"trend_index";s:3:"229";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:38;a:14:{s:2:"id";s:4:"5963";s:5:"title";s:10:"Features 7";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png";s:12:"tmpl_created";s:10:"1520443626";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/features-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"69";s:11:"trend_index";s:2:"47";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:39;a:14:{s:2:"id";s:4:"5974";s:5:"title";s:10:"Features 4";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png";s:12:"tmpl_created";s:10:"1520443629";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/features-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"65";s:11:"trend_index";s:2:"55";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:40;a:14:{s:2:"id";s:4:"5983";s:5:"title";s:10:"Features 3";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png";s:12:"tmpl_created";s:10:"1520443630";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/features-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:11:"["featues"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"242";s:11:"trend_index";s:3:"314";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:41;a:14:{s:2:"id";s:4:"5991";s:5:"title";s:11:"Features 10";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png";s:12:"tmpl_created";s:10:"1520443632";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/features-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"121";s:11:"trend_index";s:3:"133";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:42;a:14:{s:2:"id";s:4:"5999";s:5:"title";s:7:"Team 14";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png";s:12:"tmpl_created";s:10:"1520443634";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"82";s:11:"trend_index";s:2:"73";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:43;a:14:{s:2:"id";s:5:"10434";s:5:"title";s:27:"Classic | Sale | Headphones";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/01/head_small.png";s:12:"tmpl_created";s:10:"1547961950";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/popups/classic-sale-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"389";s:11:"trend_index";s:3:"386";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:44;a:14:{s:2:"id";s:4:"6008";s:5:"title";s:6:"Team 6";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png";s:12:"tmpl_created";s:10:"1520443636";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/team-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"70";s:11:"trend_index";s:2:"63";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:45;a:14:{s:2:"id";s:5:"10444";s:5:"title";s:17:"Classic | Contact";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/plant_small.png";s:12:"tmpl_created";s:10:"1547962029";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/popups/classic-contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"415";s:11:"trend_index";s:3:"426";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:46;a:14:{s:2:"id";s:4:"6027";s:5:"title";s:7:"About 5";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png";s:12:"tmpl_created";s:10:"1520443639";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/about-5-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"42";s:11:"trend_index";s:2:"35";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:47;a:14:{s:2:"id";s:4:"6036";s:5:"title";s:7:"About 6";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png";s:12:"tmpl_created";s:10:"1520443641";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/about-6-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"89";s:11:"trend_index";s:3:"105";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:48;a:14:{s:2:"id";s:5:"10467";s:5:"title";s:27:"Bottom Bar | Contact | Lego";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/tro_small.png";s:12:"tmpl_created";s:10:"1547962277";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/popups/bottom-bar-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"579";s:11:"trend_index";s:3:"552";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:49;a:14:{s:2:"id";s:4:"6044";s:5:"title";s:11:"Features 11";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png";s:12:"tmpl_created";s:10:"1520443643";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/features-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"74";s:11:"trend_index";s:2:"61";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:50;a:14:{s:2:"id";s:4:"6053";s:5:"title";s:10:"Features 1";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png";s:12:"tmpl_created";s:10:"1520443645";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/features-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"169";s:11:"trend_index";s:3:"174";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:51;a:14:{s:2:"id";s:5:"10487";s:5:"title";s:18:"Slide In | Contact";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/acc_small.png";s:12:"tmpl_created";s:10:"1547964527";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/popups/slide-in-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"500";s:11:"trend_index";s:3:"498";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:52;a:14:{s:2:"id";s:4:"6063";s:5:"title";s:7:"Stats 5";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png";s:12:"tmpl_created";s:10:"1520443647";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/stats-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"156";s:11:"trend_index";s:3:"125";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:53;a:14:{s:2:"id";s:5:"10498";s:5:"title";s:14:"Classic | Sale";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/01/pink_small-1.png";s:12:"tmpl_created";s:10:"1547964616";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/popups/classic-sale-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"435";s:11:"trend_index";s:3:"384";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:54;a:14:{s:2:"id";s:4:"6071";s:5:"title";s:8:"Stats 13";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png";s:12:"tmpl_created";s:10:"1520443649";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/stats-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"157";s:11:"trend_index";s:3:"183";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:55;a:14:{s:2:"id";s:4:"6079";s:5:"title";s:7:"Stats 3";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png";s:12:"tmpl_created";s:10:"1520443651";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/stats-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"266";s:11:"trend_index";s:3:"256";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:56;a:14:{s:2:"id";s:5:"10519";s:5:"title";s:27:"Hello Bar | Promotion | App";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/app_small-1.png";s:12:"tmpl_created";s:10:"1547964801";s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/popups/hello-bar-promotion-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"516";s:11:"trend_index";s:3:"394";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:57;a:14:{s:2:"id";s:4:"6089";s:5:"title";s:7:"Stats 4";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png";s:12:"tmpl_created";s:10:"1520443653";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/stats-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"179";s:11:"trend_index";s:3:"198";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:58;a:14:{s:2:"id";s:4:"6097";s:5:"title";s:7:"Stats 6";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png";s:12:"tmpl_created";s:10:"1520443655";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/stats-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"258";s:11:"trend_index";s:3:"272";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:59;a:14:{s:2:"id";s:4:"6106";s:5:"title";s:7:"Stats 2";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png";s:12:"tmpl_created";s:10:"1520443657";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/stats-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"325";s:11:"trend_index";s:3:"370";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:60;a:14:{s:2:"id";s:4:"6114";s:5:"title";s:7:"Stats 1";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png";s:12:"tmpl_created";s:10:"1520443659";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/stats-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"356";s:11:"trend_index";s:3:"352";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:61;a:14:{s:2:"id";s:4:"6122";s:5:"title";s:7:"About 8";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png";s:12:"tmpl_created";s:10:"1520443661";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/about-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"41";s:11:"trend_index";s:2:"26";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:62;a:14:{s:2:"id";s:5:"10569";s:5:"title";s:15:"Slide In | Sale";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/off_small.png";s:12:"tmpl_created";s:10:"1547967812";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/popups/slide-in-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"477";s:11:"trend_index";s:3:"523";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:63;a:14:{s:2:"id";s:4:"6135";s:5:"title";s:8:"About 10";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png";s:12:"tmpl_created";s:10:"1520443663";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"85";s:11:"trend_index";s:2:"88";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:64;a:14:{s:2:"id";s:4:"6144";s:5:"title";s:7:"Team 17";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png";s:12:"tmpl_created";s:10:"1520443664";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"148";s:11:"trend_index";s:3:"128";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:65;a:14:{s:2:"id";s:5:"10590";s:5:"title";s:19:"Full Screen | Login";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/pass1_small.png";s:12:"tmpl_created";s:10:"1547967978";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/popups/classic-login-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"471";s:11:"trend_index";s:3:"404";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:66;a:14:{s:2:"id";s:4:"6152";s:5:"title";s:7:"Stats 9";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png";s:12:"tmpl_created";s:10:"1520443666";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/stats-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"240";s:11:"trend_index";s:3:"248";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:67;a:14:{s:2:"id";s:5:"10600";s:5:"title";s:18:"Slide In | Contact";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/01/orange_small.png";s:12:"tmpl_created";s:10:"1547968080";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/popups/slide-in-contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"468";s:11:"trend_index";s:3:"513";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:68;a:14:{s:2:"id";s:4:"6162";s:5:"title";s:11:"Services 31";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png";s:12:"tmpl_created";s:10:"1520443668";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"322";s:11:"trend_index";s:3:"325";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:69;a:14:{s:2:"id";s:4:"6170";s:5:"title";s:8:"Stats 11";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png";s:12:"tmpl_created";s:10:"1520443670";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/stats-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"320";s:11:"trend_index";s:3:"390";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:70;a:14:{s:2:"id";s:5:"10622";s:5:"title";s:34:"Full Screen | Contact | Headphones";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2019/01/full_hear_small.png";s:12:"tmpl_created";s:10:"1547969678";s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/popups/full-screen-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"480";s:11:"trend_index";s:3:"496";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:71;a:14:{s:2:"id";s:4:"6178";s:5:"title";s:8:"Stats 10";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png";s:12:"tmpl_created";s:10:"1520443676";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/stats-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"362";s:11:"trend_index";s:3:"391";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:72;a:14:{s:2:"id";s:5:"10633";s:5:"title";s:23:"Slide In | Login | Lego";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/tro_small-1.png";s:12:"tmpl_created";s:10:"1547969858";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/popups/slide-in-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"556";s:11:"trend_index";s:3:"522";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:73;a:14:{s:2:"id";s:4:"6186";s:5:"title";s:8:"Stats 12";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png";s:12:"tmpl_created";s:10:"1520443678";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/stats-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"422";s:11:"trend_index";s:3:"402";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:74;a:14:{s:2:"id";s:5:"10644";s:5:"title";s:26:"Fly In | Contact | Webinar";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/01/blue_small-1.png";s:12:"tmpl_created";s:10:"1547970814";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/popups/fly-in-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"444";s:11:"trend_index";s:3:"397";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:75;a:14:{s:2:"id";s:4:"6196";s:5:"title";s:10:"Features 9";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png";s:12:"tmpl_created";s:10:"1520443680";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/features-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"106";s:11:"trend_index";s:2:"82";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:76;a:14:{s:2:"id";s:5:"10654";s:5:"title";s:31:"Full Screen | Login | Christmas";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2019/01/full_login_small.png";s:12:"tmpl_created";s:10:"1547970917";s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/popups/full-screen-login-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"539";s:11:"trend_index";s:3:"576";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:77;a:14:{s:2:"id";s:4:"6204";s:5:"title";s:10:"Features 8";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png";s:12:"tmpl_created";s:10:"1520443681";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/features-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"213";s:11:"trend_index";s:3:"257";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:78;a:14:{s:2:"id";s:5:"10664";s:5:"title";s:34:"Slide In | Contact | Gym | Fitness";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2019/01/slide_gym_small.png";s:12:"tmpl_created";s:10:"1547973928";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/popups/slide-in-contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"478";s:11:"trend_index";s:3:"508";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:79;a:14:{s:2:"id";s:4:"6212";s:5:"title";s:11:"Features 12";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png";s:12:"tmpl_created";s:10:"1520443684";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/features-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"80";s:11:"trend_index";s:2:"77";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:80;a:14:{s:2:"id";s:5:"10675";s:5:"title";s:35:"Full Screen | Login | Gym | Fitness";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/01/gym_full_small.png";s:12:"tmpl_created";s:10:"1547974110";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/popups/full-screen-login-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"473";s:11:"trend_index";s:3:"533";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:81;a:14:{s:2:"id";s:4:"6220";s:5:"title";s:10:"Features 2";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png";s:12:"tmpl_created";s:10:"1520443685";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/features-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"83";s:11:"trend_index";s:2:"93";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:82;a:14:{s:2:"id";s:4:"6230";s:5:"title";s:6:"Hero 6";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png";s:12:"tmpl_created";s:10:"1520443687";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/hero-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"364";s:11:"trend_index";s:3:"421";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:83;a:14:{s:2:"id";s:4:"9719";s:5:"title";s:30:"Classic | Subscribe | Register";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/01/register_small.png";s:12:"tmpl_created";s:10:"1547976107";s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/popups/classic-subscribe-register/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"436";s:11:"trend_index";s:3:"506";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:84;a:14:{s:2:"id";s:4:"6239";s:5:"title";s:6:"Hero 3";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png";s:12:"tmpl_created";s:10:"1520443689";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/hero-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"28";s:11:"trend_index";s:2:"17";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:85;a:14:{s:2:"id";s:4:"6249";s:5:"title";s:6:"Hero 5";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png";s:12:"tmpl_created";s:10:"1520443691";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/hero-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"62";s:11:"trend_index";s:2:"54";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:86;a:14:{s:2:"id";s:4:"6258";s:5:"title";s:6:"Hero 4";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png";s:12:"tmpl_created";s:10:"1520443693";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/hero-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"401";s:11:"trend_index";s:3:"539";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:87;a:14:{s:2:"id";s:5:"10137";s:5:"title";s:34:"Full Screen | Contact | Restaurant";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/01/rest_small.png";s:12:"tmpl_created";s:10:"1547976342";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/popups/full-screen-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"488";s:11:"trend_index";s:3:"466";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:88;a:14:{s:2:"id";s:4:"6266";s:5:"title";s:6:"Hero 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png";s:12:"tmpl_created";s:10:"1520443695";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/hero-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"53";s:11:"trend_index";s:2:"45";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:89;a:14:{s:2:"id";s:5:"10244";s:5:"title";s:17:"Bottom Bar | Sale";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/wow_small.png";s:12:"tmpl_created";s:10:"1547976402";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/popups/bottom-bar-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"515";s:11:"trend_index";s:3:"579";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:90;a:14:{s:2:"id";s:4:"6274";s:5:"title";s:6:"Hero 2";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png";s:12:"tmpl_created";s:10:"1520443698";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/hero-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"101";s:11:"trend_index";s:3:"102";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:91;a:14:{s:2:"id";s:4:"6017";s:5:"title";s:6:"CTA 14";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png";s:12:"tmpl_created";s:10:"1520520331";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"162";s:11:"trend_index";s:3:"164";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:92;a:14:{s:2:"id";s:5:"10127";s:5:"title";s:35:"Fly In | Announcement | Maintenance";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/pizza_small.png";s:12:"tmpl_created";s:10:"1547984061";s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/popups/fly-in-announcement-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"573";s:11:"trend_index";s:3:"554";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:93;a:14:{s:2:"id";s:4:"4826";s:5:"title";s:14:"Testimonial 24";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png";s:12:"tmpl_created";s:10:"1520520544";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"255";s:11:"trend_index";s:3:"270";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:94;a:14:{s:2:"id";s:4:"4835";s:5:"title";s:14:"Testimonial 16";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png";s:12:"tmpl_created";s:10:"1520520546";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"370";s:11:"trend_index";s:3:"412";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:95;a:14:{s:2:"id";s:4:"4843";s:5:"title";s:14:"Testimonial 18";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png";s:12:"tmpl_created";s:10:"1520520548";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"390";s:11:"trend_index";s:3:"358";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:96;a:14:{s:2:"id";s:4:"4854";s:5:"title";s:14:"Testimonial 13";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png";s:12:"tmpl_created";s:10:"1520520549";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"496";s:11:"trend_index";s:3:"505";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:97;a:14:{s:2:"id";s:4:"4863";s:5:"title";s:14:"Testimonial 19";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png";s:12:"tmpl_created";s:10:"1520520551";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"253";s:11:"trend_index";s:3:"233";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:98;a:14:{s:2:"id";s:5:"10776";s:5:"title";s:33:"Fly In | Contact | Social | Share";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/01/social1_small.png";s:12:"tmpl_created";s:10:"1548047055";s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/popups/fly-in-contact-social-share/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"565";s:11:"trend_index";s:3:"567";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:99;a:14:{s:2:"id";s:4:"4871";s:5:"title";s:14:"Testimonial 12";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png";s:12:"tmpl_created";s:10:"1520520552";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"241";s:11:"trend_index";s:3:"172";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:100;a:14:{s:2:"id";s:5:"10785";s:5:"title";s:33:"Fly In | Contact | Social | Share";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/01/social2_small.png";s:12:"tmpl_created";s:10:"1548047593";s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/popups/fly-in-contact-social-share-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"450";s:11:"trend_index";s:3:"481";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:101;a:14:{s:2:"id";s:4:"4880";s:5:"title";s:14:"Testimonial 20";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg";s:12:"tmpl_created";s:10:"1520520554";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"373";s:11:"trend_index";s:3:"463";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:102;a:14:{s:2:"id";s:4:"4889";s:5:"title";s:14:"Testimonial 11";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg";s:12:"tmpl_created";s:10:"1520520556";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"443";s:11:"trend_index";s:3:"450";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:103;a:14:{s:2:"id";s:4:"4897";s:5:"title";s:14:"Testimonial 21";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png";s:12:"tmpl_created";s:10:"1520520557";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"78";s:11:"trend_index";s:2:"52";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:104;a:14:{s:2:"id";s:4:"4905";s:5:"title";s:14:"Testimonial 22";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png";s:12:"tmpl_created";s:10:"1520520559";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"111";s:11:"trend_index";s:3:"113";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:105;a:14:{s:2:"id";s:4:"4913";s:5:"title";s:14:"Testimonial 23";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png";s:12:"tmpl_created";s:10:"1520520561";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"227";s:11:"trend_index";s:3:"222";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:106;a:14:{s:2:"id";s:4:"4921";s:5:"title";s:14:"Testimonial 10";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png";s:12:"tmpl_created";s:10:"1520520562";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"210";s:11:"trend_index";s:3:"249";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:107;a:14:{s:2:"id";s:4:"4929";s:5:"title";s:14:"Testimonial 24";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png";s:12:"tmpl_created";s:10:"1520520564";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"44";s:11:"trend_index";s:2:"30";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:108;a:14:{s:2:"id";s:4:"4939";s:5:"title";s:13:"Testimonial 9";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png";s:12:"tmpl_created";s:10:"1520520565";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/testimonial-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"87";s:11:"trend_index";s:2:"91";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:109;a:14:{s:2:"id";s:4:"4947";s:5:"title";s:14:"Testimonial 27";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png";s:12:"tmpl_created";s:10:"1520520567";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"192";s:11:"trend_index";s:3:"151";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:110;a:14:{s:2:"id";s:4:"4955";s:5:"title";s:14:"Testimonial 29";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png";s:12:"tmpl_created";s:10:"1520520569";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"328";s:11:"trend_index";s:3:"350";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:111;a:14:{s:2:"id";s:4:"4963";s:5:"title";s:14:"Testimonial 25";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png";s:12:"tmpl_created";s:10:"1520520570";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"378";s:11:"trend_index";s:3:"371";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:112;a:14:{s:2:"id";s:4:"4971";s:5:"title";s:14:"Testimonial 26";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png";s:12:"tmpl_created";s:10:"1520520572";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"503";s:11:"trend_index";s:3:"495";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:113;a:14:{s:2:"id";s:4:"4979";s:5:"title";s:14:"Testimonial 15";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png";s:12:"tmpl_created";s:10:"1520520573";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"463";s:11:"trend_index";s:3:"442";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:114;a:14:{s:2:"id";s:4:"4987";s:5:"title";s:14:"Testimonial 17";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png";s:12:"tmpl_created";s:10:"1520520575";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"144";s:11:"trend_index";s:3:"127";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:115;a:14:{s:2:"id";s:4:"4995";s:5:"title";s:14:"Testimonial 14";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png";s:12:"tmpl_created";s:10:"1520520577";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"352";s:11:"trend_index";s:3:"353";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:116;a:14:{s:2:"id";s:4:"5007";s:5:"title";s:11:"Portfolio 7";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png";s:12:"tmpl_created";s:10:"1520520578";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/portfolio-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"45";s:11:"trend_index";s:2:"34";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:117;a:14:{s:2:"id";s:4:"5019";s:5:"title";s:11:"Portfolio 1";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png";s:12:"tmpl_created";s:10:"1520520580";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/portfolio-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"168";s:11:"trend_index";s:3:"237";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:118;a:14:{s:2:"id";s:4:"5027";s:5:"title";s:12:"Portfolio 11";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png";s:12:"tmpl_created";s:10:"1520520581";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/portfolio-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"298";s:11:"trend_index";s:3:"338";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:119;a:14:{s:2:"id";s:5:"10794";s:5:"title";s:34:"Classic | Contact | Social | Share";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2019/01/s_small.png";s:12:"tmpl_created";s:10:"1548067619";s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/popups/classic-contact-social-share/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"448";s:11:"trend_index";s:3:"317";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:120;a:14:{s:2:"id";s:4:"5037";s:5:"title";s:12:"Portfolio 12";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png";s:12:"tmpl_created";s:10:"1520520583";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/portfolio-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"267";s:11:"trend_index";s:3:"313";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:121;a:14:{s:2:"id";s:4:"5057";s:5:"title";s:12:"Portfolio 13";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png";s:12:"tmpl_created";s:10:"1520520586";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/portfolio-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"217";s:11:"trend_index";s:3:"196";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:122;a:14:{s:2:"id";s:4:"5071";s:5:"title";s:12:"Portfolio 14";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png";s:12:"tmpl_created";s:10:"1520520588";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/portfolio-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"270";s:11:"trend_index";s:3:"283";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:123;a:14:{s:2:"id";s:5:"10871";s:5:"title";s:20:"Bottom Bar | Contact";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2019/01/m_small.png";s:12:"tmpl_created";s:10:"1548074396";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/popups/bottom-bar-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"564";s:11:"trend_index";s:3:"544";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:124;a:14:{s:2:"id";s:4:"5082";s:5:"title";s:11:"Portfolio 4";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png";s:12:"tmpl_created";s:10:"1520520589";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/portfolio-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"419";s:11:"trend_index";s:3:"519";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:125;a:14:{s:2:"id";s:5:"10936";s:5:"title";s:25:"Full Screen | Toggle Menu";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/01/menu_small.png";s:12:"tmpl_created";s:10:"1548874587";s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/popups/full-screen-toggle-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"434";s:11:"trend_index";s:3:"335";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:126;a:14:{s:2:"id";s:4:"5090";s:5:"title";s:12:"Portfolio 15";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png";s:12:"tmpl_created";s:10:"1520520591";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/portfolio-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"181";s:11:"trend_index";s:3:"170";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:127;a:14:{s:2:"id";s:4:"5098";s:5:"title";s:12:"Portfolio 16";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png";s:12:"tmpl_created";s:10:"1520520593";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/portfolio-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"155";s:11:"trend_index";s:3:"135";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:128;a:14:{s:2:"id";s:4:"5107";s:5:"title";s:11:"Portfolio 5";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png";s:12:"tmpl_created";s:10:"1520520594";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/portfolio-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"349";s:11:"trend_index";s:3:"437";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:129;a:14:{s:2:"id";s:5:"10964";s:5:"title";s:59:"Classic | Promotion | Coupon | Love | Valentine&#8217;s Day";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/02/love_small.png";s:12:"tmpl_created";s:10:"1550039106";s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/popups/classic-promotion-coupon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"532";s:11:"trend_index";s:3:"446";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:130;a:14:{s:2:"id";s:4:"5115";s:5:"title";s:12:"Portfolio 17";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png";s:12:"tmpl_created";s:10:"1520520596";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/portfolio-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"26";s:11:"trend_index";s:2:"21";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:131;a:14:{s:2:"id";s:5:"10992";s:5:"title";s:59:"Classic | Promotion | Coupon | Love | Valentine&#8217;s Day";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2019/02/h_small.png";s:12:"tmpl_created";s:10:"1550072007";s:6:"author";s:9:"Elementor";s:3:"url";s:141:"https://library.elementor.com/popups/classic-promotion-coupon-love-valentines-day/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"558";s:11:"trend_index";s:3:"557";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:132;a:14:{s:2:"id";s:4:"5125";s:5:"title";s:11:"Portfolio 6";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png";s:12:"tmpl_created";s:10:"1520520597";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/portfolio-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"230";s:11:"trend_index";s:3:"287";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:133;a:14:{s:2:"id";s:5:"11005";s:5:"title";s:50:"Classic | Promotion | Love | Valentine&#8217;s Day";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/02/bear_small.png";s:12:"tmpl_created";s:10:"1550073303";s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/classic-promotion-love-valentines-day/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"559";s:11:"trend_index";s:3:"591";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:134;a:14:{s:2:"id";s:4:"5133";s:5:"title";s:12:"Portfolio 18";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png";s:12:"tmpl_created";s:10:"1520520599";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/portfolio-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"167";s:11:"trend_index";s:3:"153";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:135;a:14:{s:2:"id";s:4:"5141";s:5:"title";s:12:"Portfolio 10";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png";s:12:"tmpl_created";s:10:"1520520601";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/portfolio-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"321";s:11:"trend_index";s:3:"471";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:136;a:14:{s:2:"id";s:4:"5149";s:5:"title";s:11:"Portfolio 2";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png";s:12:"tmpl_created";s:10:"1520520602";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/portfolio-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"308";s:11:"trend_index";s:3:"408";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:137;a:14:{s:2:"id";s:4:"5542";s:5:"title";s:6:"CTA 19";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png";s:12:"tmpl_created";s:10:"1520520681";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"161";s:11:"trend_index";s:3:"240";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:138;a:14:{s:2:"id";s:4:"5550";s:5:"title";s:6:"CTA 33";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png";s:12:"tmpl_created";s:10:"1520520682";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-33/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"274";s:11:"trend_index";s:3:"357";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:139;a:14:{s:2:"id";s:4:"5558";s:5:"title";s:5:"CTA 1";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png";s:12:"tmpl_created";s:10:"1520520684";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/cta-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"128";s:11:"trend_index";s:3:"166";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:140;a:14:{s:2:"id";s:4:"5567";s:5:"title";s:5:"CTA 2";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png";s:12:"tmpl_created";s:10:"1520520685";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/cta-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"172";s:11:"trend_index";s:3:"145";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:141;a:14:{s:2:"id";s:5:"11231";s:5:"title";s:14:"Digital Agency";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png";s:12:"tmpl_created";s:10:"1564642380";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/digital-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:30:"["Digital Agency","marketing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"280";s:11:"trend_index";s:2:"86";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:142;a:14:{s:2:"id";s:4:"5583";s:5:"title";s:6:"CTA 26";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png";s:12:"tmpl_created";s:10:"1520520689";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"237";s:11:"trend_index";s:3:"181";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:143;a:14:{s:2:"id";s:5:"11220";s:5:"title";s:14:"Digital Agency";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png";s:12:"tmpl_created";s:10:"1564642385";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/digital-agency-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:30:"["Digital Agency","marketing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"233";s:11:"trend_index";s:2:"67";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:144;a:14:{s:2:"id";s:4:"5591";s:5:"title";s:5:"CTA 5";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png";s:12:"tmpl_created";s:10:"1520520691";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/cta-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"119";s:11:"trend_index";s:3:"139";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:145;a:14:{s:2:"id";s:5:"11204";s:5:"title";s:14:"Digital Agency";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg";s:12:"tmpl_created";s:10:"1564642389";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/digital-agency-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:36:"["404","Digital Agency","marketing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"412";s:11:"trend_index";s:3:"215";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:146;a:14:{s:2:"id";s:4:"5599";s:5:"title";s:5:"CTA 6";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png";s:12:"tmpl_created";s:10:"1520520693";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/cta-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"272";s:11:"trend_index";s:3:"289";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:147;a:14:{s:2:"id";s:5:"11198";s:5:"title";s:14:"Digital Agency";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/07/Header_small_3.jpg";s:12:"tmpl_created";s:10:"1564642395";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/digital-agency-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:39:"["Digital Agency","header","marketing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"123";s:11:"trend_index";s:2:"11";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:148;a:14:{s:2:"id";s:4:"5607";s:5:"title";s:6:"CTA 13";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png";s:12:"tmpl_created";s:10:"1520520695";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"152";s:11:"trend_index";s:3:"134";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:149;a:14:{s:2:"id";s:5:"11192";s:5:"title";s:14:"Digital Agency";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg";s:12:"tmpl_created";s:10:"1564642399";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/digital-agency-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:39:"["Digital Agency","footer","marketing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"327";s:11:"trend_index";s:3:"111";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:150;a:14:{s:2:"id";s:4:"5634";s:5:"title";s:6:"CTA 24";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png";s:12:"tmpl_created";s:10:"1520520699";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"170";s:11:"trend_index";s:3:"143";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:151;a:14:{s:2:"id";s:4:"5642";s:5:"title";s:6:"CTA 25";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png";s:12:"tmpl_created";s:10:"1520520701";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"221";s:11:"trend_index";s:3:"211";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:152;a:14:{s:2:"id";s:4:"5650";s:5:"title";s:5:"CTA 9";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png";s:12:"tmpl_created";s:10:"1520520702";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/cta-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"104";s:11:"trend_index";s:2:"72";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:153;a:14:{s:2:"id";s:4:"5658";s:5:"title";s:5:"CTA 8";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png";s:12:"tmpl_created";s:10:"1520520704";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/cta-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"197";s:11:"trend_index";s:3:"200";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:154;a:14:{s:2:"id";s:4:"5667";s:5:"title";s:5:"CTA 3";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png";s:12:"tmpl_created";s:10:"1520520705";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/cta-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"139";s:11:"trend_index";s:3:"236";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:155;a:14:{s:2:"id";s:4:"5675";s:5:"title";s:5:"CTA 4";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png";s:12:"tmpl_created";s:10:"1520520707";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/cta-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"359";s:11:"trend_index";s:3:"380";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:156;a:14:{s:2:"id";s:4:"5860";s:5:"title";s:6:"CTA 17";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png";s:12:"tmpl_created";s:10:"1520520746";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"133";s:11:"trend_index";s:3:"126";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:157;a:14:{s:2:"id";s:4:"5869";s:5:"title";s:6:"CTA 18";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png";s:12:"tmpl_created";s:10:"1520520747";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"282";s:11:"trend_index";s:3:"340";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:158;a:14:{s:2:"id";s:4:"5877";s:5:"title";s:6:"CTA 16";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png";s:12:"tmpl_created";s:10:"1520520749";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"441";s:11:"trend_index";s:3:"479";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:159;a:14:{s:2:"id";s:5:"11468";s:5:"title";s:20:"Classic | Sale | Gym";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png";s:12:"tmpl_created";s:10:"1567393182";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/popups/classic-sale-gym/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"595";s:11:"trend_index";s:3:"543";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:160;a:14:{s:2:"id";s:4:"5885";s:5:"title";s:6:"CTA 15";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png";s:12:"tmpl_created";s:10:"1520520751";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"285";s:11:"trend_index";s:3:"288";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:161;a:14:{s:2:"id";s:5:"11461";s:5:"title";s:3:"GYM";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/08/Header_Small.png";s:12:"tmpl_created";s:10:"1567393219";s:6:"author";s:9:"Elementor";s:3:"url";s:100:"https://library.elementor.com/blocks/gym/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:16:"["Gym","header"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"366";s:11:"trend_index";s:2:"94";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:162;a:14:{s:2:"id";s:4:"5893";s:5:"title";s:6:"CTA 21";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png";s:12:"tmpl_created";s:10:"1520520752";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"245";s:11:"trend_index";s:3:"260";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:163;a:14:{s:2:"id";s:5:"11453";s:5:"title";s:3:"GYM";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png";s:12:"tmpl_created";s:10:"1567393224";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/gym-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:16:"["footer","Gym"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"407";s:11:"trend_index";s:3:"180";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:164;a:14:{s:2:"id";s:4:"5904";s:5:"title";s:6:"CTA 27";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png";s:12:"tmpl_created";s:10:"1520520754";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"406";s:11:"trend_index";s:3:"432";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:165;a:14:{s:2:"id";s:5:"11445";s:5:"title";s:3:"GYM";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png";s:12:"tmpl_created";s:10:"1567393229";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/gym-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"493";s:11:"trend_index";s:3:"324";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:166;a:14:{s:2:"id";s:4:"5912";s:5:"title";s:6:"CTA 28";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png";s:12:"tmpl_created";s:10:"1520520755";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"517";s:11:"trend_index";s:3:"507";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:167;a:14:{s:2:"id";s:5:"11435";s:5:"title";s:3:"GYM";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png";s:12:"tmpl_created";s:10:"1567393296";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/gym-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"479";s:11:"trend_index";s:3:"328";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:168;a:14:{s:2:"id";s:4:"5921";s:5:"title";s:6:"CTA 12";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png";s:12:"tmpl_created";s:10:"1520520757";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"252";s:11:"trend_index";s:3:"327";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:169;a:14:{s:2:"id";s:5:"11424";s:5:"title";s:3:"GYM";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png";s:12:"tmpl_created";s:10:"1567393309";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/gym-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:13:"["404","Gym"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"588";s:11:"trend_index";s:3:"526";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:170;a:14:{s:2:"id";s:4:"5930";s:5:"title";s:6:"CTA 11";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png";s:12:"tmpl_created";s:10:"1520520758";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"71";s:11:"trend_index";s:2:"71";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:171;a:14:{s:2:"id";s:4:"5939";s:5:"title";s:6:"CTA 10";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png";s:12:"tmpl_created";s:10:"1520520760";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"180";s:11:"trend_index";s:3:"163";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:172;a:14:{s:2:"id";s:4:"7596";s:5:"title";s:8:"Header 1";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg";s:12:"tmpl_created";s:10:"1521546999";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/header-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:10:"["header"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"37";s:11:"trend_index";s:2:"37";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:173;a:14:{s:2:"id";s:4:"7615";s:5:"title";s:8:"Header 2";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg";s:12:"tmpl_created";s:10:"1521547237";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/header-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:10:"["header"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"30";s:11:"trend_index";s:2:"27";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:174;a:14:{s:2:"id";s:4:"7627";s:5:"title";s:8:"Footer 8";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png";s:12:"tmpl_created";s:10:"1521547332";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/footer-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:10:"["footer"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"108";s:11:"trend_index";s:3:"168";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:175;a:14:{s:2:"id";s:5:"11822";s:5:"title";s:30:"Full Screen | Menu | Portfolio";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png";s:12:"tmpl_created";s:10:"1569429896";s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"589";s:11:"trend_index";s:3:"502";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:176;a:14:{s:2:"id";s:4:"7638";s:5:"title";s:8:"Footer 9";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png";s:12:"tmpl_created";s:10:"1521547502";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/footer-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:10:"["footer"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"124";s:11:"trend_index";s:3:"176";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:177;a:14:{s:2:"id";s:5:"11877";s:5:"title";s:27:"Portfolio &#8211; Project 3";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png";s:12:"tmpl_created";s:10:"1569429954";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["creative portfolio","portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"586";s:11:"trend_index";s:3:"518";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:178;a:14:{s:2:"id";s:4:"7663";s:5:"title";s:13:"Single Post 2";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg";s:12:"tmpl_created";s:10:"1521547761";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:24:"["Blog","Post","Single"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"43";s:11:"trend_index";s:2:"60";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:179;a:14:{s:2:"id";s:5:"11870";s:5:"title";s:27:"Portfolio &#8211; Project 2";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png";s:12:"tmpl_created";s:10:"1569429964";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["creative portfolio","portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"569";s:11:"trend_index";s:3:"454";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:180;a:14:{s:2:"id";s:4:"7650";s:5:"title";s:13:"Single Post 1";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg";s:12:"tmpl_created";s:10:"1521557736";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:24:"["Blog","Post","Single"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"88";s:11:"trend_index";s:3:"157";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:181;a:14:{s:2:"id";s:5:"11861";s:5:"title";s:27:"Portfolio &#8211; Project 1";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png";s:12:"tmpl_created";s:10:"1569429975";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["creative portfolio","portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"568";s:11:"trend_index";s:3:"422";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:182;a:14:{s:2:"id";s:4:"7686";s:5:"title";s:12:"Blog Posts 1";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png";s:12:"tmpl_created";s:10:"1521558047";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/blog-posts-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"page";s:4:"tags";s:26:"["archive","Blog","posts"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"118";s:11:"trend_index";s:3:"154";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:183;a:14:{s:2:"id";s:5:"11854";s:5:"title";s:9:"Portfolio";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png";s:12:"tmpl_created";s:10:"1569429983";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["creative portfolio","portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"524";s:11:"trend_index";s:3:"301";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:184;a:14:{s:2:"id";s:4:"4676";s:5:"title";s:8:"Footer 7";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png";s:12:"tmpl_created";s:10:"1522014215";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/footer_7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:10:"["footer"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"214";s:11:"trend_index";s:3:"279";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:185;a:14:{s:2:"id";s:5:"11847";s:5:"title";s:9:"Portfolio";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png";s:12:"tmpl_created";s:10:"1569430010";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/portfolio-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:34:"["creative portfolio","portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"470";s:11:"trend_index";s:3:"262";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:186;a:14:{s:2:"id";s:4:"7997";s:5:"title";s:10:"footer 014";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg";s:12:"tmpl_created";s:10:"1524582343";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/footer-014/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"91";s:11:"trend_index";s:2:"81";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:187;a:14:{s:2:"id";s:5:"11839";s:5:"title";s:9:"Portfolio";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png";s:12:"tmpl_created";s:10:"1569430015";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:43:"["creative portfolio","header","portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"430";s:11:"trend_index";s:3:"155";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:188;a:14:{s:2:"id";s:4:"7982";s:5:"title";s:10:"footer 013";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg";s:12:"tmpl_created";s:10:"1524582468";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/footer-013/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"250";s:11:"trend_index";s:3:"177";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:189;a:14:{s:2:"id";s:5:"11832";s:5:"title";s:9:"Portfolio";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png";s:12:"tmpl_created";s:10:"1569430019";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/portfolio-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:43:"["creative portfolio","footer","portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"457";s:11:"trend_index";s:3:"162";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:190;a:14:{s:2:"id";s:4:"7959";s:5:"title";s:10:"footer 012";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg";s:12:"tmpl_created";s:10:"1524582605";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/footer-012/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"191";s:11:"trend_index";s:3:"179";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:191;a:14:{s:2:"id";s:5:"11807";s:5:"title";s:9:"Portfolio";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png";s:12:"tmpl_created";s:10:"1569430070";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/portfolio-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:40:"["404","creative portfolio","portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"537";s:11:"trend_index";s:3:"385";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:192;a:14:{s:2:"id";s:4:"7950";s:5:"title";s:10:"footer 011";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg";s:12:"tmpl_created";s:10:"1524582631";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/footer-011/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"248";s:11:"trend_index";s:3:"326";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:193;a:14:{s:2:"id";s:4:"7937";s:5:"title";s:10:"footer 010";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg";s:12:"tmpl_created";s:10:"1524582665";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/footer-010/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"208";s:11:"trend_index";s:3:"252";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:194;a:14:{s:2:"id";s:5:"11897";s:5:"title";s:27:"Portfolio &#8211; Project 2";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png";s:12:"tmpl_created";s:10:"1569494236";s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["creative portfolio","portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"611";s:11:"trend_index";s:3:"585";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:195;a:14:{s:2:"id";s:4:"7927";s:5:"title";s:9:"footer 09";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg";s:12:"tmpl_created";s:10:"1524582691";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/footer-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"183";s:11:"trend_index";s:3:"227";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:196;a:14:{s:2:"id";s:5:"11890";s:5:"title";s:9:"Portfolio";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png";s:12:"tmpl_created";s:10:"1571907344";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:43:"["creative portfolio","header","portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"491";s:11:"trend_index";s:3:"152";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:197;a:14:{s:2:"id";s:4:"7917";s:5:"title";s:9:"footer 08";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg";s:12:"tmpl_created";s:10:"1524582788";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/footer-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"102";s:11:"trend_index";s:2:"84";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:198;a:14:{s:2:"id";s:4:"7904";s:5:"title";s:9:"footer 07";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg";s:12:"tmpl_created";s:10:"1524582814";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/footer-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"200";s:11:"trend_index";s:3:"205";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:199;a:14:{s:2:"id";s:4:"7837";s:5:"title";s:9:"footer 01";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg";s:12:"tmpl_created";s:10:"1524582852";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/footer-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"417";s:11:"trend_index";s:3:"443";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:200;a:14:{s:2:"id";s:4:"7852";s:5:"title";s:9:"footer 02";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg";s:12:"tmpl_created";s:10:"1524582875";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/footer-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"215";s:11:"trend_index";s:3:"192";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:201;a:14:{s:2:"id";s:4:"7862";s:5:"title";s:9:"footer 03";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg";s:12:"tmpl_created";s:10:"1524582903";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/footer-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"138";s:11:"trend_index";s:3:"122";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:202;a:14:{s:2:"id";s:5:"12212";s:5:"title";s:28:"Law Firm &#8211; Single Post";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2019/11/single.png";s:12:"tmpl_created";s:10:"1572846914";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"533";s:11:"trend_index";s:3:"204";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:203;a:14:{s:2:"id";s:4:"7871";s:5:"title";s:9:"footer 04";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg";s:12:"tmpl_created";s:10:"1524582927";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/footer-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"100";s:11:"trend_index";s:2:"76";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:204;a:14:{s:2:"id";s:5:"12203";s:5:"title";s:30:"Law Firm &#8211; Search Archiv";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png";s:12:"tmpl_created";s:10:"1572846925";s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"594";s:11:"trend_index";s:3:"356";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:205;a:14:{s:2:"id";s:4:"7884";s:5:"title";s:9:"footer 05";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg";s:12:"tmpl_created";s:10:"1524582944";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/footer-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"60";s:11:"trend_index";s:3:"158";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:206;a:14:{s:2:"id";s:5:"12194";s:5:"title";s:23:"Law Firm &#8211; Header";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2019/11/header.png";s:12:"tmpl_created";s:10:"1572846935";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/law-firm-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:27:"["header","Law","Law Firm"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"409";s:11:"trend_index";s:2:"25";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:207;a:14:{s:2:"id";s:4:"7892";s:5:"title";s:9:"footer 06";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg";s:12:"tmpl_created";s:10:"1524583015";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/footer-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"107";s:11:"trend_index";s:2:"64";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:208;a:14:{s:2:"id";s:5:"12179";s:5:"title";s:23:"Law Firm &#8211; Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2019/11/footer.png";s:12:"tmpl_created";s:10:"1572846958";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/law-firm-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:27:"["footer","Law","Law Firm"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"547";s:11:"trend_index";s:3:"220";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:209;a:14:{s:2:"id";s:4:"4212";s:5:"title";s:11:"Services 23";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png";s:12:"tmpl_created";s:10:"1520443248";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"130";s:11:"trend_index";s:3:"116";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:210;a:14:{s:2:"id";s:4:"7825";s:5:"title";s:9:"header 12";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg";s:12:"tmpl_created";s:10:"1524583273";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/header-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"79";s:11:"trend_index";s:2:"90";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:211;a:14:{s:2:"id";s:5:"12170";s:5:"title";s:23:"Law Firm &#8211; Archiv";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png";s:12:"tmpl_created";s:10:"1572846967";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"562";s:11:"trend_index";s:3:"284";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:212;a:14:{s:2:"id";s:4:"4227";s:5:"title";s:11:"Services 30";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png";s:12:"tmpl_created";s:10:"1520443250";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"338";s:11:"trend_index";s:3:"244";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:213;a:14:{s:2:"id";s:4:"7812";s:5:"title";s:9:"header 11";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg";s:12:"tmpl_created";s:10:"1524583298";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/header-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"109";s:11:"trend_index";s:2:"79";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:214;a:14:{s:2:"id";s:5:"12164";s:5:"title";s:20:"Law Firm &#8211; 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2019/11/404.png";s:12:"tmpl_created";s:10:"1572846979";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/law-firm-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:24:"["404","Law","Law Firm"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"613";s:11:"trend_index";s:3:"499";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:215;a:14:{s:2:"id";s:4:"4235";s:5:"title";s:11:"Services 18";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png";s:12:"tmpl_created";s:10:"1520443251";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"287";s:11:"trend_index";s:3:"253";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:216;a:14:{s:2:"id";s:4:"7724";s:5:"title";s:8:"header 4";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg";s:12:"tmpl_created";s:10:"1524583367";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/header-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"32";s:11:"trend_index";s:2:"22";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:217;a:14:{s:2:"id";s:4:"4244";s:5:"title";s:11:"Services 26";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png";s:12:"tmpl_created";s:10:"1520443253";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"427";s:11:"trend_index";s:3:"500";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:218;a:14:{s:2:"id";s:4:"7734";s:5:"title";s:8:"header 5";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg";s:12:"tmpl_created";s:10:"1524583436";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/header-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"38";s:11:"trend_index";s:2:"38";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:219;a:14:{s:2:"id";s:4:"4252";s:5:"title";s:10:"Services 9";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png";s:12:"tmpl_created";s:10:"1520443255";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/services-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"50";s:11:"trend_index";s:2:"40";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:220;a:14:{s:2:"id";s:4:"7771";s:5:"title";s:8:"header 8";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg";s:12:"tmpl_created";s:10:"1524583540";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/header-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"105";s:11:"trend_index";s:2:"74";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:221;a:14:{s:2:"id";s:4:"4260";s:5:"title";s:11:"Services 25";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png";s:12:"tmpl_created";s:10:"1520443257";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"201";s:11:"trend_index";s:3:"187";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:222;a:14:{s:2:"id";s:4:"7787";s:5:"title";s:8:"header 9";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg";s:12:"tmpl_created";s:10:"1524583598";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/header-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"103";s:11:"trend_index";s:3:"121";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:223;a:14:{s:2:"id";s:4:"4268";s:5:"title";s:10:"Services 8";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png";s:12:"tmpl_created";s:10:"1520443259";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/services-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"154";s:11:"trend_index";s:3:"186";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:224;a:14:{s:2:"id";s:4:"7801";s:5:"title";s:9:"header 10";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg";s:12:"tmpl_created";s:10:"1524583659";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/header-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"57";s:11:"trend_index";s:2:"49";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:225;a:14:{s:2:"id";s:4:"4276";s:5:"title";s:11:"Services 24";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png";s:12:"tmpl_created";s:10:"1520443261";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"339";s:11:"trend_index";s:3:"290";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:226;a:14:{s:2:"id";s:4:"7754";s:5:"title";s:8:"header 7";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg";s:12:"tmpl_created";s:10:"1524583712";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/header-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"72";s:11:"trend_index";s:3:"123";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:227;a:14:{s:2:"id";s:4:"4284";s:5:"title";s:10:"Services 7";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png";s:12:"tmpl_created";s:10:"1520443263";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/services-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"61";s:11:"trend_index";s:2:"53";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:228;a:14:{s:2:"id";s:4:"7713";s:5:"title";s:8:"header 3";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg";s:12:"tmpl_created";s:10:"1524584780";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/header-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"47";s:11:"trend_index";s:2:"48";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:229;a:14:{s:2:"id";s:4:"4293";s:5:"title";s:10:"Services 6";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png";s:12:"tmpl_created";s:10:"1520443265";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/services-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"268";s:11:"trend_index";s:3:"271";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:230;a:14:{s:2:"id";s:4:"7744";s:5:"title";s:8:"Header 6";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg";s:12:"tmpl_created";s:10:"1524584784";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/header-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"56";s:11:"trend_index";s:2:"56";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:231;a:14:{s:2:"id";s:4:"4302";s:5:"title";s:10:"Services 5";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png";s:12:"tmpl_created";s:10:"1520443266";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/services-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"73";s:11:"trend_index";s:2:"58";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:232;a:14:{s:2:"id";s:5:"12229";s:5:"title";s:33:"Slide In | Law Firm | Information";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2019/11/popup.png";s:12:"tmpl_created";s:10:"1572847842";s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"600";s:11:"trend_index";s:3:"476";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:233;a:14:{s:2:"id";s:4:"4313";s:5:"title";s:11:"Services 13";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png";s:12:"tmpl_created";s:10:"1520443268";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"129";s:11:"trend_index";s:3:"138";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:234;a:14:{s:2:"id";s:4:"8523";s:5:"title";s:11:"404 page 06";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg";s:12:"tmpl_created";s:10:"1526415291";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/404-page-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"300";s:11:"trend_index";s:3:"363";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:235;a:14:{s:2:"id";s:4:"4324";s:5:"title";s:11:"Services 14";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png";s:12:"tmpl_created";s:10:"1520443270";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"292";s:11:"trend_index";s:3:"259";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:236;a:14:{s:2:"id";s:4:"8524";s:5:"title";s:11:"404 page 07";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg";s:12:"tmpl_created";s:10:"1526415337";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/404-page-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"288";s:11:"trend_index";s:3:"346";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:237;a:14:{s:2:"id";s:4:"4332";s:5:"title";s:11:"Services 22";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png";s:12:"tmpl_created";s:10:"1520443272";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"143";s:11:"trend_index";s:3:"150";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:238;a:14:{s:2:"id";s:4:"8525";s:5:"title";s:11:"404 page 08";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg";s:12:"tmpl_created";s:10:"1526415374";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/404-page-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"424";s:11:"trend_index";s:3:"489";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:239;a:14:{s:2:"id";s:4:"4341";s:5:"title";s:11:"Services 21";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png";s:12:"tmpl_created";s:10:"1520443274";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"140";s:11:"trend_index";s:3:"182";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:240;a:14:{s:2:"id";s:4:"8513";s:5:"title";s:11:"404 page 04";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg";s:12:"tmpl_created";s:10:"1526415417";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/404-page-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"392";s:11:"trend_index";s:3:"465";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:241;a:14:{s:2:"id";s:4:"4349";s:5:"title";s:11:"Services 29";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png";s:12:"tmpl_created";s:10:"1520443275";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"314";s:11:"trend_index";s:3:"360";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:242;a:14:{s:2:"id";s:4:"8512";s:5:"title";s:11:"404 page 03";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg";s:12:"tmpl_created";s:10:"1526415449";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/404-page-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"428";s:11:"trend_index";s:3:"434";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:243;a:14:{s:2:"id";s:4:"4357";s:5:"title";s:11:"Services 20";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png";s:12:"tmpl_created";s:10:"1520443277";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"48";s:11:"trend_index";s:2:"50";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:244;a:14:{s:2:"id";s:4:"8526";s:5:"title";s:11:"404 page 09";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg";s:12:"tmpl_created";s:10:"1526415474";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/404-page-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"432";s:11:"trend_index";s:3:"486";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:245;a:14:{s:2:"id";s:4:"4368";s:5:"title";s:11:"Services 16";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png";s:12:"tmpl_created";s:10:"1520443279";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"68";s:11:"trend_index";s:2:"78";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:246;a:14:{s:2:"id";s:4:"8505";s:5:"title";s:11:"404 page 01";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg";s:12:"tmpl_created";s:10:"1526415501";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/404-page-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"501";s:11:"trend_index";s:3:"586";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:247;a:14:{s:2:"id";s:4:"4376";s:5:"title";s:11:"Services 28";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png";s:12:"tmpl_created";s:10:"1520443281";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"145";s:11:"trend_index";s:3:"165";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:248;a:14:{s:2:"id";s:4:"8511";s:5:"title";s:11:"404 page 02";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg";s:12:"tmpl_created";s:10:"1526415528";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/404-page-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"347";s:11:"trend_index";s:3:"413";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:249;a:14:{s:2:"id";s:4:"4391";s:5:"title";s:11:"Services 17";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png";s:12:"tmpl_created";s:10:"1520443283";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"151";s:11:"trend_index";s:3:"212";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:250;a:14:{s:2:"id";s:4:"8514";s:5:"title";s:11:"404 Page 05";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg";s:12:"tmpl_created";s:10:"1526415558";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/404-page-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"400";s:11:"trend_index";s:3:"431";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:251;a:14:{s:2:"id";s:4:"4400";s:5:"title";s:11:"Services 27";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png";s:12:"tmpl_created";s:10:"1520443285";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"259";s:11:"trend_index";s:3:"208";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:252;a:14:{s:2:"id";s:4:"8676";s:5:"title";s:13:"single page 1";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg";s:12:"tmpl_created";s:10:"1527682423";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-page-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"332";s:11:"trend_index";s:3:"329";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:253;a:14:{s:2:"id";s:4:"4411";s:5:"title";s:9:"Contact 3";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png";s:12:"tmpl_created";s:10:"1520443287";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/contact-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"93";s:11:"trend_index";s:2:"89";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:254;a:14:{s:2:"id";s:4:"8678";s:5:"title";s:13:"single page 2";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg";s:12:"tmpl_created";s:10:"1527682780";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"182";s:11:"trend_index";s:3:"218";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:255;a:14:{s:2:"id";s:4:"4420";s:5:"title";s:9:"Contact 1";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png";s:12:"tmpl_created";s:10:"1520443289";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/contact-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"176";s:11:"trend_index";s:3:"209";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:256;a:14:{s:2:"id";s:4:"8679";s:5:"title";s:13:"single page 3";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg";s:12:"tmpl_created";s:10:"1527682847";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-page-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"199";s:11:"trend_index";s:3:"173";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:257;a:14:{s:2:"id";s:4:"4428";s:5:"title";s:9:"Contact 4";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png";s:12:"tmpl_created";s:10:"1520443291";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"95";s:11:"trend_index";s:3:"100";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:258;a:14:{s:2:"id";s:4:"8680";s:5:"title";s:13:"single page 4";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg";s:12:"tmpl_created";s:10:"1527682896";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-page-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"399";s:11:"trend_index";s:3:"378";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:259;a:14:{s:2:"id";s:4:"4436";s:5:"title";s:11:"Contact  16";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png";s:12:"tmpl_created";s:10:"1520443293";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/contact-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"164";s:11:"trend_index";s:3:"171";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:260;a:14:{s:2:"id";s:4:"8681";s:5:"title";s:13:"single page 5";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg";s:12:"tmpl_created";s:10:"1527682969";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-page-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"307";s:11:"trend_index";s:3:"320";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:261;a:14:{s:2:"id";s:4:"4444";s:5:"title";s:9:"Contact 5";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png";s:12:"tmpl_created";s:10:"1520443295";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/contact-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"99";s:11:"trend_index";s:2:"98";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:262;a:14:{s:2:"id";s:4:"8682";s:5:"title";s:13:"single page 6";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg";s:12:"tmpl_created";s:10:"1527683026";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-page-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"413";s:11:"trend_index";s:3:"464";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:263;a:14:{s:2:"id";s:4:"4452";s:5:"title";s:9:"Contact 6";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png";s:12:"tmpl_created";s:10:"1520443296";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/contact-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"150";s:11:"trend_index";s:3:"221";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:264;a:14:{s:2:"id";s:4:"8703";s:5:"title";s:13:"single page 7";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg";s:12:"tmpl_created";s:10:"1527683072";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-page-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"396";s:11:"trend_index";s:3:"383";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:265;a:14:{s:2:"id";s:4:"4460";s:5:"title";s:9:"Contact 9";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png";s:12:"tmpl_created";s:10:"1520443298";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/contact-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"122";s:11:"trend_index";s:3:"142";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:266;a:14:{s:2:"id";s:4:"8961";s:5:"title";s:9:"archive 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg";s:12:"tmpl_created";s:10:"1528639909";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"75";s:11:"trend_index";s:3:"132";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:267;a:14:{s:2:"id";s:4:"4468";s:5:"title";s:9:"Contact 7";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png";s:12:"tmpl_created";s:10:"1520443301";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/contact-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:18:"["contact","form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"135";s:11:"trend_index";s:3:"110";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:268;a:14:{s:2:"id";s:4:"8969";s:5:"title";s:9:"archive 2";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg";s:12:"tmpl_created";s:10:"1528700014";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"194";s:11:"trend_index";s:3:"319";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:269;a:14:{s:2:"id";s:4:"4476";s:5:"title";s:10:"Contact 15";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png";s:12:"tmpl_created";s:10:"1520443303";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/contact-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:18:"["contact","form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"246";s:11:"trend_index";s:3:"286";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:270;a:14:{s:2:"id";s:4:"8973";s:5:"title";s:9:"archive 3";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg";s:12:"tmpl_created";s:10:"1528700205";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"165";s:11:"trend_index";s:3:"311";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:271;a:14:{s:2:"id";s:4:"4484";s:5:"title";s:9:"Contact 8";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png";s:12:"tmpl_created";s:10:"1520443305";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/contact-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:18:"["contact","form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"330";s:11:"trend_index";s:3:"310";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:272;a:14:{s:2:"id";s:4:"8977";s:5:"title";s:9:"archive 4";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg";s:12:"tmpl_created";s:10:"1528700326";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/archive-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"323";s:11:"trend_index";s:3:"336";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:273;a:14:{s:2:"id";s:4:"4492";s:5:"title";s:9:"Contact 5";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png";s:12:"tmpl_created";s:10:"1520443307";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/contact-5-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"49";s:11:"trend_index";s:2:"44";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:274;a:14:{s:2:"id";s:4:"8981";s:5:"title";s:9:"archive 5";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg";s:12:"tmpl_created";s:10:"1528700484";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/archive-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"286";s:11:"trend_index";s:3:"296";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:275;a:14:{s:2:"id";s:4:"4500";s:5:"title";s:9:"Pricing 7";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png";s:12:"tmpl_created";s:10:"1520443308";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/pricing-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"418";s:11:"trend_index";s:3:"468";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:276;a:14:{s:2:"id";s:4:"8985";s:5:"title";s:9:"archive 6";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg";s:12:"tmpl_created";s:10:"1528700612";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/archive-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"196";s:11:"trend_index";s:3:"242";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:277;a:14:{s:2:"id";s:4:"4509";s:5:"title";s:9:"Pricing 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png";s:12:"tmpl_created";s:10:"1520443310";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/pricing-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"554";s:11:"trend_index";s:3:"562";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:278;a:14:{s:2:"id";s:4:"8989";s:5:"title";s:9:"archive 7";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg";s:12:"tmpl_created";s:10:"1528701063";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/archive-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"190";s:11:"trend_index";s:3:"258";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:279;a:14:{s:2:"id";s:4:"4521";s:5:"title";s:9:"Pricing 8";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png";s:12:"tmpl_created";s:10:"1520443312";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/pricing-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"315";s:11:"trend_index";s:3:"344";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:280;a:14:{s:2:"id";s:4:"8996";s:5:"title";s:9:"archive 8";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg";s:12:"tmpl_created";s:10:"1528701290";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/archive-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"186";s:11:"trend_index";s:3:"277";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:281;a:14:{s:2:"id";s:4:"4529";s:5:"title";s:9:"Pricing 2";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png";s:12:"tmpl_created";s:10:"1520443314";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/pricing-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"497";s:11:"trend_index";s:3:"478";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:282;a:14:{s:2:"id";s:4:"9001";s:5:"title";s:9:"archive 9";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg";s:12:"tmpl_created";s:10:"1528701433";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/archive-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"229";s:11:"trend_index";s:3:"245";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:283;a:14:{s:2:"id";s:4:"4537";s:5:"title";s:9:"Pricing 9";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png";s:12:"tmpl_created";s:10:"1520443315";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/pricing-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"474";s:11:"trend_index";s:3:"517";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:284;a:14:{s:2:"id";s:4:"9119";s:5:"title";s:10:"footer 015";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png";s:12:"tmpl_created";s:10:"1532428138";s:6:"author";s:9:"Elementor";s:3:"url";s:101:"https://library.elementor.com/blocks/demo/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"251";s:11:"trend_index";s:3:"299";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:285;a:14:{s:2:"id";s:4:"4545";s:5:"title";s:9:"Pricing 3";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png";s:12:"tmpl_created";s:10:"1520443317";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/pricing-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"549";s:11:"trend_index";s:3:"537";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:286;a:14:{s:2:"id";s:4:"9127";s:5:"title";s:9:"header 13";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png";s:12:"tmpl_created";s:10:"1532428699";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/header-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"51";s:11:"trend_index";s:2:"65";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:287;a:14:{s:2:"id";s:4:"4553";s:5:"title";s:10:"Pricing 10";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png";s:12:"tmpl_created";s:10:"1520443319";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/pricing-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"442";s:11:"trend_index";s:3:"470";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:288;a:14:{s:2:"id";s:4:"4562";s:5:"title";s:9:"Pricing 4";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png";s:12:"tmpl_created";s:10:"1520443322";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/pricing-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"542";s:11:"trend_index";s:1:"0";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:289;a:14:{s:2:"id";s:4:"4572";s:5:"title";s:10:"Pricing 11";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png";s:12:"tmpl_created";s:10:"1520443324";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/pricing-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"305";s:11:"trend_index";s:3:"355";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:290;a:14:{s:2:"id";s:4:"9174";s:5:"title";s:17:"single product 01";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png";s:12:"tmpl_created";s:10:"1532950125";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/single-product-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"single product";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"64";s:11:"trend_index";s:2:"33";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:291;a:14:{s:2:"id";s:4:"4580";s:5:"title";s:10:"Pricing 12";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png";s:12:"tmpl_created";s:10:"1520443326";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/pricing-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"467";s:11:"trend_index";s:3:"546";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:292;a:14:{s:2:"id";s:4:"9178";s:5:"title";s:17:"single product 02";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png";s:12:"tmpl_created";s:10:"1532951997";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/single-product-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"single product";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"110";s:11:"trend_index";s:2:"69";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:293;a:14:{s:2:"id";s:4:"4589";s:5:"title";s:9:"Pricing 5";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png";s:12:"tmpl_created";s:10:"1520443327";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/pricing-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"553";s:11:"trend_index";s:3:"573";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:294;a:14:{s:2:"id";s:4:"9180";s:5:"title";s:17:"single product 03";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png";s:12:"tmpl_created";s:10:"1532952302";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/single-product-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"single product";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"149";s:11:"trend_index";s:3:"124";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:295;a:14:{s:2:"id";s:4:"4597";s:5:"title";s:10:"Pricing 13";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png";s:12:"tmpl_created";s:10:"1520443330";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/pricing-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"485";s:11:"trend_index";s:3:"531";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:296;a:14:{s:2:"id";s:4:"9182";s:5:"title";s:17:"single product 04";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png";s:12:"tmpl_created";s:10:"1532952606";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/single-product-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"single product";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"166";s:11:"trend_index";s:3:"228";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:297;a:14:{s:2:"id";s:4:"4605";s:5:"title";s:9:"Pricing 6";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png";s:12:"tmpl_created";s:10:"1520443332";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/pricing-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"572";s:11:"trend_index";s:1:"0";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:298;a:14:{s:2:"id";s:4:"9239";s:5:"title";s:17:"product archive 1";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png";s:12:"tmpl_created";s:10:"1532953482";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/product-archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:15:"product archive";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"112";s:11:"trend_index";s:2:"85";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:299;a:14:{s:2:"id";s:4:"4613";s:5:"title";s:10:"Pricing 14";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png";s:12:"tmpl_created";s:10:"1520443334";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/pricing-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"462";s:11:"trend_index";s:3:"436";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:300;a:14:{s:2:"id";s:4:"9247";s:5:"title";s:17:"product archive 2";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png";s:12:"tmpl_created";s:10:"1532953793";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/product-archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:15:"product archive";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"125";s:11:"trend_index";s:2:"83";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:301;a:14:{s:2:"id";s:4:"9254";s:5:"title";s:17:"product archive 3";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png";s:12:"tmpl_created";s:10:"1532954032";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/product-archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:15:"product archive";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"132";s:11:"trend_index";s:3:"101";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:302;a:14:{s:2:"id";s:4:"9301";s:5:"title";s:13:"Single Post 4";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg";s:12:"tmpl_created";s:10:"1537440661";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-post-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"193";s:11:"trend_index";s:3:"265";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:303;a:14:{s:2:"id";s:4:"9296";s:5:"title";s:13:"Single Post 3";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg";s:12:"tmpl_created";s:10:"1537440673";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-post-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"189";s:11:"trend_index";s:3:"225";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:304;a:14:{s:2:"id";s:4:"9313";s:5:"title";s:13:"Single Post 5";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg";s:12:"tmpl_created";s:10:"1537440798";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-post-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"163";s:11:"trend_index";s:3:"203";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:305;a:14:{s:2:"id";s:4:"9343";s:5:"title";s:13:"Single Post 6";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg";s:12:"tmpl_created";s:10:"1537443531";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-post-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"177";s:11:"trend_index";s:3:"230";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:306;a:14:{s:2:"id";s:4:"9349";s:5:"title";s:13:"Single Post 7";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg";s:12:"tmpl_created";s:10:"1537443903";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-post-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"127";s:11:"trend_index";s:3:"144";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:307;a:14:{s:2:"id";s:4:"4690";s:5:"title";s:6:"Team 7";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png";s:12:"tmpl_created";s:10:"1520443348";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/team-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"232";s:11:"trend_index";s:3:"223";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:308;a:14:{s:2:"id";s:4:"4698";s:5:"title";s:7:"Team 15";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png";s:12:"tmpl_created";s:10:"1520443350";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"384";s:11:"trend_index";s:3:"469";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:309;a:14:{s:2:"id";s:4:"4706";s:5:"title";s:6:"Team 5";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png";s:12:"tmpl_created";s:10:"1520443352";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/team-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"136";s:11:"trend_index";s:3:"147";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:310;a:14:{s:2:"id";s:4:"4718";s:5:"title";s:6:"Team 4";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png";s:12:"tmpl_created";s:10:"1520443354";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/team-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"174";s:11:"trend_index";s:3:"156";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:311;a:14:{s:2:"id";s:4:"4727";s:5:"title";s:7:"Team 13";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png";s:12:"tmpl_created";s:10:"1520443356";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"351";s:11:"trend_index";s:3:"373";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:312;a:14:{s:2:"id";s:4:"4736";s:5:"title";s:7:"Team 20";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png";s:12:"tmpl_created";s:10:"1520443358";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"137";s:11:"trend_index";s:3:"146";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:313;a:14:{s:2:"id";s:4:"4746";s:5:"title";s:7:"Team 23";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png";s:12:"tmpl_created";s:10:"1520443360";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"249";s:11:"trend_index";s:3:"362";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:314;a:14:{s:2:"id";s:4:"4759";s:5:"title";s:7:"Team 22";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png";s:12:"tmpl_created";s:10:"1520443362";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"269";s:11:"trend_index";s:3:"345";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:315;a:14:{s:2:"id";s:4:"4770";s:5:"title";s:7:"Team 12";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png";s:12:"tmpl_created";s:10:"1520443364";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/team-12-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"361";s:11:"trend_index";s:3:"447";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:316;a:14:{s:2:"id";s:4:"4781";s:5:"title";s:7:"Team 16";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png";s:12:"tmpl_created";s:10:"1520443365";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"238";s:11:"trend_index";s:3:"291";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:317;a:14:{s:2:"id";s:4:"9611";s:5:"title";s:16:"Hello Bar | Sale";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2019/01/Top-Bar_Sale_small_01.png";s:12:"tmpl_created";s:10:"1546965350";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/popups/hello-bar-sale-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"518";s:11:"trend_index";s:3:"438";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:318;a:14:{s:2:"id";s:4:"4793";s:5:"title";s:7:"Team 18";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png";s:12:"tmpl_created";s:10:"1520443367";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"187";s:11:"trend_index";s:3:"254";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:319;a:14:{s:2:"id";s:4:"9622";s:5:"title";s:19:"Classic | Promotion";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2019/01/classic_promotion_small_02.png";s:12:"tmpl_created";s:10:"1546965896";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/popups/classic-promotion-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"512";s:11:"trend_index";s:3:"550";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:320;a:14:{s:2:"id";s:4:"4801";s:5:"title";s:7:"Team 11";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png";s:12:"tmpl_created";s:10:"1520443369";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"329";s:11:"trend_index";s:3:"315";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:321;a:14:{s:2:"id";s:4:"9631";s:5:"title";s:38:"Slide-in | Sale | Register | Subscribe";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2019/01/Slide-in_Sale_small_01.png";s:12:"tmpl_created";s:10:"1546968270";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/popups/slide-in-sale-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"522";s:11:"trend_index";s:3:"534";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:322;a:14:{s:2:"id";s:4:"4809";s:5:"title";s:7:"Team 19";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png";s:12:"tmpl_created";s:10:"1520443371";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"257";s:11:"trend_index";s:3:"273";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:323;a:14:{s:2:"id";s:4:"4818";s:5:"title";s:7:"Team 21";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png";s:12:"tmpl_created";s:10:"1520443373";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"408";s:11:"trend_index";s:3:"403";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:324;a:14:{s:2:"id";s:4:"5045";s:5:"title";s:11:"Portfolio 3";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png";s:12:"tmpl_created";s:10:"1520443423";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/portfolio-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"489";s:11:"trend_index";s:3:"572";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:325;a:14:{s:2:"id";s:4:"9662";s:5:"title";s:33:"Bottom Bar | Register | Subscribe";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2019/01/Bottom-Bar_Register_small_01.png";s:12:"tmpl_created";s:10:"1547009087";s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/popups/bottom-bar-register-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"555";s:11:"trend_index";s:3:"594";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:326;a:14:{s:2:"id";s:4:"5157";s:5:"title";s:11:"Subscribe 1";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png";s:12:"tmpl_created";s:10:"1520443448";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/subscribe-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"subscribe";s:4:"tags";s:20:"["form","subscribe"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"342";s:11:"trend_index";s:3:"295";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:327;a:14:{s:2:"id";s:4:"5165";s:5:"title";s:11:"Subscribe 3";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png";s:12:"tmpl_created";s:10:"1520443450";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"subscribe";s:4:"tags";s:20:"["form","subscribe"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"447";s:11:"trend_index";s:3:"520";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:328;a:14:{s:2:"id";s:4:"5173";s:5:"title";s:11:"Subscribe 5";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png";s:12:"tmpl_created";s:10:"1520443452";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"subscribe";s:4:"tags";s:20:"["form","subscribe"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"271";s:11:"trend_index";s:3:"285";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:329;a:14:{s:2:"id";s:4:"9690";s:5:"title";s:17:"Classic | Contact";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Contact_small_01.png";s:12:"tmpl_created";s:10:"1547011716";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/popups/classic-contact-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"388";s:11:"trend_index";s:3:"366";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:330;a:14:{s:2:"id";s:4:"5181";s:5:"title";s:11:"Subscribe 2";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png";s:12:"tmpl_created";s:10:"1520443454";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"subscribe";s:4:"tags";s:20:"["form","subscribe"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"405";s:11:"trend_index";s:3:"410";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:331;a:14:{s:2:"id";s:4:"9699";s:5:"title";s:33:"Classic | Contact | Gym | Fitness";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Contact_small_02.png";s:12:"tmpl_created";s:10:"1547015827";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/popups/classic-contact-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"431";s:11:"trend_index";s:3:"419";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:332;a:14:{s:2:"id";s:4:"5189";s:5:"title";s:6:"CTA 29";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png";s:12:"tmpl_created";s:10:"1520443456";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:8:"["form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"395";s:11:"trend_index";s:3:"393";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:333;a:14:{s:2:"id";s:4:"5198";s:5:"title";s:6:"CTA 30";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png";s:12:"tmpl_created";s:10:"1520443458";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:8:"["form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"453";s:11:"trend_index";s:3:"482";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:334;a:14:{s:2:"id";s:4:"9571";s:5:"title";s:14:"Fly In | Login";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2019/01/FlyIn_Login_01_small.png";s:12:"tmpl_created";s:10:"1547726151";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/popups/fly-in-login-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"519";s:11:"trend_index";s:3:"510";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:335;a:14:{s:2:"id";s:4:"5206";s:5:"title";s:6:"CTA 31";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png";s:12:"tmpl_created";s:10:"1520443459";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:8:"["form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"475";s:11:"trend_index";s:3:"504";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:336;a:14:{s:2:"id";s:4:"5214";s:5:"title";s:10:"Contact 16";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png";s:12:"tmpl_created";s:10:"1520443462";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/contact-16-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:18:"["contact","form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"202";s:11:"trend_index";s:3:"188";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:337;a:14:{s:2:"id";s:4:"5222";s:5:"title";s:11:"Subscribe 4";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png";s:12:"tmpl_created";s:10:"1520443464";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"subscribe";s:4:"tags";s:20:"["form","subscribe"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"374";s:11:"trend_index";s:3:"377";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:338;a:14:{s:2:"id";s:4:"9740";s:5:"title";s:25:"Classic | Promotion | App";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/app_small.png";s:12:"tmpl_created";s:10:"1547822836";s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/popups/classic-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"505";s:11:"trend_index";s:3:"540";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:339;a:14:{s:2:"id";s:4:"5230";s:5:"title";s:10:"Contact 17";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png";s:12:"tmpl_created";s:10:"1520443466";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/contact-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:18:"["contact","form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"316";s:11:"trend_index";s:3:"374";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:340;a:14:{s:2:"id";s:4:"5238";s:5:"title";s:7:"Hero 12";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png";s:12:"tmpl_created";s:10:"1520443468";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/hero-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"484";s:11:"trend_index";s:3:"561";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:341;a:14:{s:2:"id";s:4:"9762";s:5:"title";s:36:"Classic | Register | Subscribe | Spa";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2019/01/spa_small_classic.png";s:12:"tmpl_created";s:10:"1547824145";s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/popups/classic-register-subscribe-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"433";s:11:"trend_index";s:3:"339";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:342;a:14:{s:2:"id";s:4:"5249";s:5:"title";s:6:"CTA 32";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png";s:12:"tmpl_created";s:10:"1520443470";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-32/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:8:"["form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"446";s:11:"trend_index";s:3:"439";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:343;a:14:{s:2:"id";s:4:"9772";s:5:"title";s:27:"Hello bar | Promotion | App";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2019/01/app_hello_small.png";s:12:"tmpl_created";s:10:"1547824279";s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/popups/hello-bar-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"596";s:11:"trend_index";s:1:"0";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:344;a:14:{s:2:"id";s:4:"5257";s:5:"title";s:10:"Contact 18";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png";s:12:"tmpl_created";s:10:"1520443472";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/contact-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:8:"["form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"385";s:11:"trend_index";s:3:"392";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:345;a:14:{s:2:"id";s:4:"5266";s:5:"title";s:9:"Clients 4";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png";s:12:"tmpl_created";s:10:"1520443474";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/clients-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"117";s:11:"trend_index";s:3:"107";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:346;a:14:{s:2:"id";s:4:"9793";s:5:"title";s:13:"Fly In | Sale";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2019/01/flyin_black_small.png";s:12:"tmpl_created";s:10:"1547831151";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/popups/fly-in-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"535";s:11:"trend_index";s:3:"565";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:347;a:14:{s:2:"id";s:4:"5275";s:5:"title";s:9:"Clients 5";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png";s:12:"tmpl_created";s:10:"1520443476";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/clients-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"334";s:11:"trend_index";s:3:"406";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:348;a:14:{s:2:"id";s:4:"5283";s:5:"title";s:9:"Clients 1";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png";s:12:"tmpl_created";s:10:"1520443478";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/clients-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"279";s:11:"trend_index";s:3:"298";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:349;a:14:{s:2:"id";s:4:"5290";s:5:"title";s:9:"Clients 3";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png";s:12:"tmpl_created";s:10:"1520443480";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/clients-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"456";s:11:"trend_index";s:3:"560";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:350;a:14:{s:2:"id";s:4:"5298";s:5:"title";s:10:"Clients 15";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png";s:12:"tmpl_created";s:10:"1520443482";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/clients-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"402";s:11:"trend_index";s:3:"342";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:351;a:14:{s:2:"id";s:4:"9836";s:5:"title";s:21:"Classic | Login | Pop";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/01/login_b_small.png";s:12:"tmpl_created";s:10:"1547835635";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/popups/classic-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"511";s:11:"trend_index";s:3:"493";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:352;a:14:{s:2:"id";s:4:"5306";s:5:"title";s:10:"Clients 10";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png";s:12:"tmpl_created";s:10:"1520443484";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/clients-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"513";s:11:"trend_index";s:3:"530";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:353;a:14:{s:2:"id";s:4:"9847";s:5:"title";s:25:"Fly In | Promotion | Lego";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2019/01/fly_in_promotion_tro.png";s:12:"tmpl_created";s:10:"1547836956";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/popups/fly-in-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"584";s:11:"trend_index";s:3:"532";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:354;a:14:{s:2:"id";s:4:"5315";s:5:"title";s:10:"Clients 12";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png";s:12:"tmpl_created";s:10:"1520443486";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/clients-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"423";s:11:"trend_index";s:3:"456";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:355;a:14:{s:2:"id";s:4:"9858";s:5:"title";s:27:"Slide In | Promotion | Wine";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2019/01/slide-in_promotion_wine_small.png";s:12:"tmpl_created";s:10:"1547837100";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/popups/slide-in-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"605";s:11:"trend_index";s:3:"566";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:356;a:14:{s:2:"id";s:4:"5324";s:5:"title";s:9:"Clients 8";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png";s:12:"tmpl_created";s:10:"1520443488";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/clients-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"445";s:11:"trend_index";s:3:"494";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:357;a:14:{s:2:"id";s:4:"5333";s:5:"title";s:10:"Clients 13";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png";s:12:"tmpl_created";s:10:"1520443489";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/clients-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"236";s:11:"trend_index";s:3:"250";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:358;a:14:{s:2:"id";s:4:"5341";s:5:"title";s:10:"Clients 11";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png";s:12:"tmpl_created";s:10:"1520443491";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/clients-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"483";s:11:"trend_index";s:3:"524";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:359;a:14:{s:2:"id";s:4:"5349";s:5:"title";s:9:"Clients 7";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png";s:12:"tmpl_created";s:10:"1520443493";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/clients-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"235";s:11:"trend_index";s:3:"246";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:360;a:14:{s:2:"id";s:4:"5357";s:5:"title";s:9:"Clients 2";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png";s:12:"tmpl_created";s:10:"1520443495";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/clients-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"312";s:11:"trend_index";s:3:"341";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:361;a:14:{s:2:"id";s:4:"5368";s:5:"title";s:9:"Clients 9";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png";s:12:"tmpl_created";s:10:"1520443497";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/clients-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"226";s:11:"trend_index";s:3:"322";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:362;a:14:{s:2:"id";s:4:"5381";s:5:"title";s:10:"Clients 16";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png";s:12:"tmpl_created";s:10:"1520443499";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/clients-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"178";s:11:"trend_index";s:3:"185";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:363;a:14:{s:2:"id";s:4:"5389";s:5:"title";s:10:"Clients 14";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png";s:12:"tmpl_created";s:10:"1520443501";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/clients-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"372";s:11:"trend_index";s:3:"467";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:364;a:14:{s:2:"id";s:4:"9944";s:5:"title";s:33:"Slide In | Promotion | Headphones";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2019/01/slidein_head_small.png";s:12:"tmpl_created";s:10:"1547841939";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/popups/slide-in-promotion-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"583";s:11:"trend_index";s:3:"574";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:365;a:14:{s:2:"id";s:4:"5397";s:5:"title";s:8:"About 11";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png";s:12:"tmpl_created";s:10:"1520443503";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"147";s:11:"trend_index";s:3:"184";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:366;a:14:{s:2:"id";s:4:"9955";s:5:"title";s:14:"Fly In | Login";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2019/01/flyin_login_lock_small.png";s:12:"tmpl_created";s:10:"1547842065";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/popups/fly-in-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"495";s:11:"trend_index";s:3:"411";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:367;a:14:{s:2:"id";s:4:"5405";s:5:"title";s:8:"About 12";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png";s:12:"tmpl_created";s:10:"1520443505";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"223";s:11:"trend_index";s:3:"264";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:368;a:14:{s:2:"id";s:4:"9965";s:5:"title";s:30:"Classic | Register | Subscribe";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2019/01/classic_moon_small.png";s:12:"tmpl_created";s:10:"1547842174";s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/popups/classic-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"481";s:11:"trend_index";s:3:"448";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:369;a:14:{s:2:"id";s:4:"5413";s:5:"title";s:8:"About 21";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png";s:12:"tmpl_created";s:10:"1520443507";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"134";s:11:"trend_index";s:3:"106";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:370;a:14:{s:2:"id";s:4:"5421";s:5:"title";s:8:"About 13";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png";s:12:"tmpl_created";s:10:"1520443509";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"244";s:11:"trend_index";s:3:"214";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:371;a:14:{s:2:"id";s:4:"5429";s:5:"title";s:8:"About 16";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png";s:12:"tmpl_created";s:10:"1520443510";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"90";s:11:"trend_index";s:2:"80";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:372;a:14:{s:2:"id";s:4:"9995";s:5:"title";s:27:"Slide In | Sale | Christmas";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2019/01/slidein_christmas_small.png";s:12:"tmpl_created";s:10:"1547844802";s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/popups/slide-in-sale-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"608";s:11:"trend_index";s:3:"596";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:373;a:14:{s:2:"id";s:4:"5438";s:5:"title";s:7:"About 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png";s:12:"tmpl_created";s:10:"1520443512";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/about-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"207";s:11:"trend_index";s:3:"255";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:374;a:14:{s:2:"id";s:4:"5447";s:5:"title";s:7:"About 3";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png";s:12:"tmpl_created";s:10:"1520443514";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/about-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"63";s:11:"trend_index";s:2:"59";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:375;a:14:{s:2:"id";s:5:"10016";s:5:"title";s:16:"Hello Bar | Sale";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2019/01/Hello-Bar_Promotion_bag_small.png";s:12:"tmpl_created";s:10:"1547845062";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/popups/hello-bar-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"612";s:11:"trend_index";s:1:"0";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:376;a:14:{s:2:"id";s:4:"5455";s:5:"title";s:8:"About 20";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png";s:12:"tmpl_created";s:10:"1520443516";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"131";s:11:"trend_index";s:3:"159";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:377;a:14:{s:2:"id";s:5:"10026";s:5:"title";s:46:"Classic | Register | Subscribe | Gym | Fitness";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2019/01/classic_register_small.png";s:12:"tmpl_created";s:10:"1547845205";s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/popups/classic-register-subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"486";s:11:"trend_index";s:3:"580";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:378;a:14:{s:2:"id";s:4:"5464";s:5:"title";s:8:"About 17";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png";s:12:"tmpl_created";s:10:"1520443518";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"228";s:11:"trend_index";s:3:"239";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:379;a:14:{s:2:"id";s:5:"10036";s:5:"title";s:43:"Full Screen | Sale | Promotion | Headphones";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2019/01/full_sale_head_small.png";s:12:"tmpl_created";s:10:"1547845409";s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/popups/full-screen-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"507";s:11:"trend_index";s:3:"527";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:380;a:14:{s:2:"id";s:4:"5472";s:5:"title";s:7:"About 2";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png";s:12:"tmpl_created";s:10:"1520443520";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/about-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"195";s:11:"trend_index";s:3:"247";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:381;a:14:{s:2:"id";s:4:"5480";s:5:"title";s:7:"About 4";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png";s:12:"tmpl_created";s:10:"1520443522";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/about-4-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"398";s:11:"trend_index";s:3:"414";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:382;a:14:{s:2:"id";s:5:"10057";s:5:"title";s:48:"Hello Bar | Register | Subscribe | Gym | Fitness";s:9:"thumbnail";s:91:"https://library.elementor.com/wp-content/uploads/2019/01/hello-bar_register_sport_small.png";s:12:"tmpl_created";s:10:"1547847938";s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/popups/hello-bar-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"599";s:11:"trend_index";s:1:"0";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:383;a:14:{s:2:"id";s:4:"5488";s:5:"title";s:7:"About 7";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png";s:12:"tmpl_created";s:10:"1520443524";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/about-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"289";s:11:"trend_index";s:3:"368";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:384;a:14:{s:2:"id";s:4:"5496";s:5:"title";s:7:"About 9";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png";s:12:"tmpl_created";s:10:"1520443526";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/about-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"440";s:11:"trend_index";s:3:"484";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:385;a:14:{s:2:"id";s:4:"5504";s:5:"title";s:8:"About 18";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png";s:12:"tmpl_created";s:10:"1520443528";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"92";s:11:"trend_index";s:3:"130";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:386;a:14:{s:2:"id";s:5:"10087";s:5:"title";s:25:"Full Screen | Login | Spa";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2019/01/full-screen_login_spa_small.png";s:12:"tmpl_created";s:10:"1547848301";s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/popups/full-screen-login-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"520";s:11:"trend_index";s:3:"541";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:387;a:14:{s:2:"id";s:4:"5515";s:5:"title";s:8:"About 19";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png";s:12:"tmpl_created";s:10:"1520443530";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"262";s:11:"trend_index";s:3:"305";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:388;a:14:{s:2:"id";s:5:"10097";s:5:"title";s:37:"Classic | Register | Subscribe | Lego";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2019/01/classic_lego_small.png";s:12:"tmpl_created";s:10:"1547848411";s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/popups/classic-register-subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"546";s:11:"trend_index";s:3:"475";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:389;a:14:{s:2:"id";s:4:"1190";s:5:"title";s:26:"Landing Page &#8211; Hotel";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2017/03/lp2-l.png";s:12:"tmpl_created";s:10:"1490707391";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/landing-page-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"1";s:16:"popularity_index";s:1:"5";s:11:"trend_index";s:1:"1";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:390;a:14:{s:2:"id";s:4:"9816";s:5:"title";s:30:"Classic | Sale | Gym | Fitness";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2019/01/classic_sale_sport_small.png";s:12:"tmpl_created";s:10:"1547991876";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/popups/classic-sale-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"1";s:16:"popularity_index";s:3:"560";s:11:"trend_index";s:3:"597";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:391;a:14:{s:2:"id";s:4:"9602";s:5:"title";s:35:"Bottom Bar | Announcement | Cookies";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2019/01/Bottombar_Announcement_small_01.png";s:12:"tmpl_created";s:10:"1546964559";s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/popups/bottom-bar-announcement-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"1";s:16:"popularity_index";s:3:"508";s:11:"trend_index";s:3:"535";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:392;a:14:{s:2:"id";s:3:"225";s:5:"title";s:27:"Homepage &#8211; Restaurant";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0016.png";s:12:"tmpl_created";s:10:"1470829872";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/homepage-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Homepage","Restaurant"]";s:10:"menu_order";s:1:"2";s:16:"popularity_index";s:1:"2";s:11:"trend_index";s:1:"2";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:393;a:14:{s:2:"id";s:3:"463";s:5:"title";s:22:"Homepage &#8211; Study";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/10/0022.png";s:12:"tmpl_created";s:10:"1477388340";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/homepage-study/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Education","Homepage","Study"]";s:10:"menu_order";s:1:"3";s:16:"popularity_index";s:1:"4";s:11:"trend_index";s:1:"4";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:394;a:14:{s:2:"id";s:5:"10277";s:5:"title";s:36:"Bottom Bar | Promotion | Sale | Book";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/01/book_small.png";s:12:"tmpl_created";s:10:"1548055999";s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/popups/bottom-bar-promotion-book/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"3";s:16:"popularity_index";s:3:"567";s:11:"trend_index";s:3:"555";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:395;a:14:{s:2:"id";s:5:"11241";s:5:"title";s:36:"Classic | Digital Agency | Marketing";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg";s:12:"tmpl_created";s:10:"1564643043";s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"3";s:16:"popularity_index";s:3:"429";s:11:"trend_index";s:3:"304";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:396;a:14:{s:2:"id";s:3:"181";s:5:"title";s:23:"Homepage &#8211; Agency";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0019.png";s:12:"tmpl_created";s:10:"1470826567";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/homepage-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Agency","Creative","Homepage"]";s:10:"menu_order";s:1:"4";s:16:"popularity_index";s:1:"3";s:11:"trend_index";s:1:"3";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:397;a:14:{s:2:"id";s:4:"9903";s:5:"title";s:34:"Bottom Bar | Promotion | Olive Oil";s:9:"thumbnail";s:93:"https://library.elementor.com/wp-content/uploads/2019/01/bottom-bar_promotion_olive_small.png";s:12:"tmpl_created";s:10:"1547838896";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/popups/bottom-bar-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"4";s:16:"popularity_index";s:3:"597";s:11:"trend_index";s:3:"601";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:398;a:14:{s:2:"id";s:3:"150";s:5:"title";s:19:"Product &#8211; App";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0003.png";s:12:"tmpl_created";s:10:"1470829879";s:6:"author";s:9:"Elementor";s:3:"url";s:101:"https://library.elementor.com/product-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"5";s:16:"popularity_index";s:2:"11";s:11:"trend_index";s:1:"5";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:399;a:14:{s:2:"id";s:5:"10549";s:5:"title";s:33:"Bottom Bar | Register | Subscribe";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/com_small.png";s:12:"tmpl_created";s:10:"1547967595";s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/popups/bottom-bar-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"6";s:16:"popularity_index";s:3:"574";s:11:"trend_index";s:1:"0";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:400;a:14:{s:2:"id";s:5:"11763";s:5:"title";s:27:"Portfolio &#8211; Home Page";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png";s:12:"tmpl_created";s:10:"1569428959";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/portfolio-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["creative portfolio","portfolio"]";s:10:"menu_order";s:1:"6";s:16:"popularity_index";s:3:"379";s:11:"trend_index";s:3:"108";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:401;a:14:{s:2:"id";s:5:"11781";s:5:"title";s:23:"Portfolio &#8211; About";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png";s:12:"tmpl_created";s:10:"1569428955";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/portfolio-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["creative portfolio","portfolio"]";s:10:"menu_order";s:1:"7";s:16:"popularity_index";s:3:"426";s:11:"trend_index";s:3:"118";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:402;a:14:{s:2:"id";s:5:"11793";s:5:"title";s:26:"Portfolio &#8211; Projects";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png";s:12:"tmpl_created";s:10:"1569428951";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/portfolio-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["creative portfolio","portfolio"]";s:10:"menu_order";s:1:"8";s:16:"popularity_index";s:3:"472";s:11:"trend_index";s:3:"199";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:403;a:14:{s:2:"id";s:5:"10529";s:5:"title";s:36:"Classic | Announcement | Maintenance";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/01/icon_small.png";s:12:"tmpl_created";s:10:"1548046309";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/popups/classic-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"9";s:16:"popularity_index";s:3:"460";s:11:"trend_index";s:3:"396";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:404;a:14:{s:2:"id";s:5:"11800";s:5:"title";s:25:"Portfolio &#8211; Contact";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png";s:12:"tmpl_created";s:10:"1569428946";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/portfolio-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["creative portfolio","portfolio"]";s:10:"menu_order";s:1:"9";s:16:"popularity_index";s:3:"504";s:11:"trend_index";s:3:"266";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:405;a:14:{s:2:"id";s:5:"11163";s:5:"title";s:32:"Digital Agency &#8211; Home Page";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png";s:12:"tmpl_created";s:10:"1564641877";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/digital-agency-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Digital Agency","marketing"]";s:10:"menu_order";s:2:"10";s:16:"popularity_index";s:3:"141";s:11:"trend_index";s:2:"18";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:406;a:14:{s:2:"id";s:5:"11129";s:5:"title";s:28:"Digital Agency &#8211; About";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png";s:12:"tmpl_created";s:10:"1564641889";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/digital-agency-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Digital Agency","marketing"]";s:10:"menu_order";s:2:"11";s:16:"popularity_index";s:3:"290";s:11:"trend_index";s:3:"148";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:407;a:14:{s:2:"id";s:5:"11074";s:5:"title";s:31:"Digital Agency &#8211; Services";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png";s:12:"tmpl_created";s:10:"1564641872";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/digital-agency-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Digital Agency","marketing"]";s:10:"menu_order";s:2:"12";s:16:"popularity_index";s:3:"256";s:11:"trend_index";s:3:"117";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:408;a:14:{s:2:"id";s:5:"11056";s:5:"title";s:35:"Digital Agency &#8211; Social Media";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png";s:12:"tmpl_created";s:10:"1564641867";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/digital-agency-social-media/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Digital Agency","marketing"]";s:10:"menu_order";s:2:"13";s:16:"popularity_index";s:3:"369";s:11:"trend_index";s:3:"129";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:409;a:14:{s:2:"id";s:5:"11094";s:5:"title";s:30:"Digital Agency &#8211; Clients";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png";s:12:"tmpl_created";s:10:"1564641885";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/digital-agency-clients/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Digital Agency","marketing"]";s:10:"menu_order";s:2:"14";s:16:"popularity_index";s:3:"452";s:11:"trend_index";s:3:"343";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:410;a:14:{s:2:"id";s:5:"11034";s:5:"title";s:30:"Digital Agency &#8211; Contact";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png";s:12:"tmpl_created";s:10:"1564641881";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/contact-digital-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Digital Agency","marketing"]";s:10:"menu_order";s:2:"15";s:16:"popularity_index";s:3:"299";s:11:"trend_index";s:2:"96";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:411;a:14:{s:2:"id";s:3:"519";s:5:"title";s:24:"Homepage &#8211; Fitness";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/10/0023.png";s:12:"tmpl_created";s:10:"1477388808";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/homepage-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:45:"["Fitness","Gym","Health","Homepage","Sport"]";s:10:"menu_order";s:2:"16";s:16:"popularity_index";s:1:"8";s:11:"trend_index";s:2:"13";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:412;a:14:{s:2:"id";s:5:"10413";s:5:"title";s:28:"Classic | Content Lock | Pop";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/hot_small.png";s:12:"tmpl_created";s:10:"1547961774";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/popups/classic-content-lock/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"17";s:16:"popularity_index";s:3:"585";s:11:"trend_index";s:3:"571";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:413;a:14:{s:2:"id";s:4:"9139";s:5:"title";s:25:"Homepage &#8211; Business";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/07/Get_Started_250.png";s:12:"tmpl_created";s:10:"1532949924";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/homepage-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:167:"["Agency","bootstrap","business","corporate","Landing Page","marketing campaign","marketing landing page","product launch","software","Startup","startup landing page"]";s:10:"menu_order";s:2:"17";s:16:"popularity_index";s:1:"6";s:11:"trend_index";s:1:"6";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:414;a:14:{s:2:"id";s:4:"1504";s:5:"title";s:33:"Landing Page &#8211; Mobile App 3";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app2.png";s:12:"tmpl_created";s:10:"1494352112";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/landing-page-mobile-app-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"18";s:16:"popularity_index";s:3:"142";s:11:"trend_index";s:3:"136";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:415;a:14:{s:2:"id";s:5:"10223";s:5:"title";s:15:"Classic | Login";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/01/welcome_small.png";s:12:"tmpl_created";s:10:"1547887343";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/popups/classic-login-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"19";s:16:"popularity_index";s:3:"438";s:11:"trend_index";s:3:"376";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:416;a:14:{s:2:"id";s:5:"10559";s:5:"title";s:33:"Bottom Bar | Register | Subscribe";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/fly_small.png";s:12:"tmpl_created";s:10:"1547967711";s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/popups/bottom-bar-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"19";s:16:"popularity_index";s:3:"540";s:11:"trend_index";s:3:"549";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:417;a:14:{s:2:"id";s:4:"1503";s:5:"title";s:33:"Landing Page &#8211; Mobile App 2";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app1.png";s:12:"tmpl_created";s:10:"1494352113";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/landing-page-mobile-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"19";s:16:"popularity_index";s:3:"146";s:11:"trend_index";s:3:"238";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:418;a:14:{s:2:"id";s:5:"10403";s:5:"title";s:15:"Classic | Login";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/hello_small.png";s:12:"tmpl_created";s:10:"1548056371";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/popups/classic-login-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"20";s:16:"popularity_index";s:3:"506";s:11:"trend_index";s:3:"492";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:419;a:14:{s:2:"id";s:4:"1634";s:5:"title";s:33:"Landing Page &#8211; Chiropractor";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Chiropractor.png";s:12:"tmpl_created";s:10:"1494352119";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/landing-page-chiropractor/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"20";s:16:"popularity_index";s:3:"198";s:11:"trend_index";s:3:"219";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:420;a:14:{s:2:"id";s:5:"12155";s:5:"title";s:26:"Law Firm &#8211; Home Page";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2019/11/home.png";s:12:"tmpl_created";s:10:"1572847054";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/law-firm-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";s:2:"21";s:16:"popularity_index";s:3:"451";s:11:"trend_index";s:2:"66";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:421;a:14:{s:2:"id";s:4:"9913";s:5:"title";s:27:"Classic | Login | Christmas";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/log_small.png";s:12:"tmpl_created";s:10:"1547841430";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/popups/classic-login-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"21";s:16:"popularity_index";s:3:"487";s:11:"trend_index";s:3:"453";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:422;a:14:{s:2:"id";s:5:"12143";s:5:"title";s:22:"Law Firm &#8211; About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2019/11/about.png";s:12:"tmpl_created";s:10:"1572847069";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/law-firm-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";s:2:"22";s:16:"popularity_index";s:3:"536";s:11:"trend_index";s:3:"297";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:423;a:14:{s:2:"id";s:5:"12133";s:5:"title";s:24:"Law Firm &#8211; Careers";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2019/11/careers.png";s:12:"tmpl_created";s:10:"1572847078";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/law-firm-careers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";s:2:"23";s:16:"popularity_index";s:3:"593";s:11:"trend_index";s:3:"425";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:424;a:14:{s:2:"id";s:5:"12124";s:5:"title";s:25:"Law Firm &#8211; Services";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2019/11/services.png";s:12:"tmpl_created";s:10:"1572847096";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/law-firm-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";s:2:"24";s:16:"popularity_index";s:3:"552";s:11:"trend_index";s:3:"275";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:425;a:14:{s:2:"id";s:5:"12116";s:5:"title";s:24:"Law Firm &#8211; Service";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png";s:12:"tmpl_created";s:10:"1572847105";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/law-firm-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";s:2:"25";s:16:"popularity_index";s:3:"566";s:11:"trend_index";s:3:"312";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:426;a:14:{s:2:"id";s:5:"12091";s:5:"title";s:21:"Law Firm &#8211; Team";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2019/11/team.png";s:12:"tmpl_created";s:10:"1572847113";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/law-firm-team/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";s:2:"26";s:16:"popularity_index";s:3:"541";s:11:"trend_index";s:3:"241";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:427;a:14:{s:2:"id";s:4:"9592";s:5:"title";s:26:"Classic | Promotion | Sale";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Promotion_small_01.png";s:12:"tmpl_created";s:10:"1546963720";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/popups/classic-promotion-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"26";s:16:"popularity_index";s:3:"526";s:11:"trend_index";s:3:"589";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:428;a:14:{s:2:"id";s:5:"10210";s:5:"title";s:29:"Classic | Promotion | Webinar";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/web_small-1.png";s:12:"tmpl_created";s:10:"1547886103";s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/popups/classic-promotion-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"27";s:16:"popularity_index";s:3:"609";s:11:"trend_index";s:3:"588";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:429;a:14:{s:2:"id";s:5:"12080";s:5:"title";s:24:"Law Firm &#8211; Partner";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png";s:12:"tmpl_created";s:10:"1572847120";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/law-firm-partner/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";s:2:"27";s:16:"popularity_index";s:3:"591";s:11:"trend_index";s:3:"349";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:430;a:14:{s:2:"id";s:5:"12044";s:5:"title";s:24:"Law Firm &#8211; Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png";s:12:"tmpl_created";s:10:"1572847130";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/law-firm-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";s:2:"28";s:16:"popularity_index";s:3:"544";s:11:"trend_index";s:3:"207";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:431;a:14:{s:2:"id";s:5:"11545";s:5:"title";s:21:"Gym &#8211; Home Page";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png";s:12:"tmpl_created";s:10:"1567392943";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/gym-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";s:2:"29";s:16:"popularity_index";s:3:"393";s:11:"trend_index";s:3:"160";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:432;a:14:{s:2:"id";s:5:"11478";s:5:"title";s:17:"Gym &#8211; About";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png";s:12:"tmpl_created";s:10:"1567392939";s:6:"author";s:9:"Elementor";s:3:"url";s:99:"https://library.elementor.com/gym-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";s:2:"30";s:16:"popularity_index";s:3:"482";s:11:"trend_index";s:3:"407";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:433;a:14:{s:2:"id";s:5:"10047";s:5:"title";s:15:"Classic | Login";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/01/yellow_small.png";s:12:"tmpl_created";s:10:"1547847757";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/popups/classic-login-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"30";s:16:"popularity_index";s:3:"464";s:11:"trend_index";s:3:"440";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:434;a:14:{s:2:"id";s:5:"11572";s:5:"title";s:19:"Gym &#8211; Trainer";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png";s:12:"tmpl_created";s:10:"1567392934";s:6:"author";s:9:"Elementor";s:3:"url";s:101:"https://library.elementor.com/gym-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";s:2:"31";s:16:"popularity_index";s:3:"530";s:11:"trend_index";s:3:"473";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:435;a:14:{s:2:"id";s:4:"9879";s:5:"title";s:38:"Classic | Register | Subscribe | Leads";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/dog_small.png";s:12:"tmpl_created";s:10:"1547838416";s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/popups/classic-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"31";s:16:"popularity_index";s:3:"529";s:11:"trend_index";s:3:"545";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:436;a:14:{s:2:"id";s:5:"11506";s:5:"title";s:19:"Gym &#8211; Classes";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png";s:12:"tmpl_created";s:10:"1567392930";s:6:"author";s:9:"Elementor";s:3:"url";s:101:"https://library.elementor.com/gym-classes/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";s:2:"32";s:16:"popularity_index";s:3:"527";s:11:"trend_index";s:3:"458";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:437;a:14:{s:2:"id";s:5:"11536";s:5:"title";s:19:"Gym &#8211; Fitness";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png";s:12:"tmpl_created";s:10:"1567392927";s:6:"author";s:9:"Elementor";s:3:"url";s:101:"https://library.elementor.com/gym-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";s:2:"33";s:16:"popularity_index";s:3:"548";s:11:"trend_index";s:3:"405";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:438;a:14:{s:2:"id";s:5:"11563";s:5:"title";s:19:"Gym &#8211; Pricing";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png";s:12:"tmpl_created";s:10:"1567392923";s:6:"author";s:9:"Elementor";s:3:"url";s:101:"https://library.elementor.com/gym-pricing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";s:2:"34";s:16:"popularity_index";s:3:"528";s:11:"trend_index";s:3:"369";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:439;a:14:{s:2:"id";s:5:"10297";s:5:"title";s:14:"Classic | Sale";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/01/s_yellow_small.png";s:12:"tmpl_created";s:10:"1548056099";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/popups/classic-sale-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"35";s:16:"popularity_index";s:3:"499";s:11:"trend_index";s:3:"542";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:440;a:14:{s:2:"id";s:5:"11528";s:5:"title";s:19:"Gym &#8211; Contact";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png";s:12:"tmpl_created";s:10:"1567392917";s:6:"author";s:9:"Elementor";s:3:"url";s:101:"https://library.elementor.com/gym-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";s:2:"35";s:16:"popularity_index";s:3:"509";s:11:"trend_index";s:3:"318";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:441;a:14:{s:2:"id";s:3:"487";s:5:"title";s:29:"Landing Page &#8211; Vacation";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/10/0021.png";s:12:"tmpl_created";s:10:"1477388357";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/landing-page-vacation/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"36";s:16:"popularity_index";s:2:"23";s:11:"trend_index";s:2:"32";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:442;a:14:{s:2:"id";s:5:"10393";s:5:"title";s:14:"Classic | Sale";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/01/blue_small.png";s:12:"tmpl_created";s:10:"1548056682";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/popups/classic-sale-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"36";s:16:"popularity_index";s:3:"545";s:11:"trend_index";s:3:"511";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:443;a:14:{s:2:"id";s:3:"855";s:5:"title";s:37:"Landing Page &#8211; Personal Trainer";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Personal-Trainer.png";s:12:"tmpl_created";s:10:"1494352061";s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/landing-page-personal-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"37";s:16:"popularity_index";s:3:"234";s:11:"trend_index";s:3:"300";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:444;a:14:{s:2:"id";s:5:"10579";s:5:"title";s:14:"Classic | Sale";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/sale1_small.png";s:12:"tmpl_created";s:10:"1547967887";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/popups/classic-sale-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"38";s:16:"popularity_index";s:3:"563";s:11:"trend_index";s:3:"559";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:445;a:14:{s:2:"id";s:3:"955";s:5:"title";s:31:"Landing Page &#8211; Law Office";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Law-Office.png";s:12:"tmpl_created";s:10:"1494352069";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/landing-page-law-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:31:"["Landing Page","Law","Office"]";s:10:"menu_order";s:2:"38";s:16:"popularity_index";s:3:"153";s:11:"trend_index";s:3:"169";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:446;a:14:{s:2:"id";s:4:"9373";s:5:"title";s:33:"Landing Page &#8211; Conference 5";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/11/conference-250.png";s:12:"tmpl_created";s:10:"1542811219";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/landing-page-conference-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"39";s:16:"popularity_index";s:3:"216";s:11:"trend_index";s:3:"195";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:447;a:14:{s:2:"id";s:3:"974";s:5:"title";s:28:"Landing Page &#8211; Stylist";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2017/03/Landing-Page-Stylist.png";s:12:"tmpl_created";s:10:"1494352071";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/landing-page-stylist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:146:"["cosmetics","fashion","girly","hairdresser","lifestyle","makeup","manicure","pedicure","products","salon","Shop","skincare","stylist","wellness"]";s:10:"menu_order";s:2:"40";s:16:"popularity_index";s:3:"273";s:11:"trend_index";s:3:"280";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:448;a:14:{s:2:"id";s:5:"11948";s:5:"title";s:18:"Maintenance Mode 3";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2019/10/mm3.png";s:12:"tmpl_created";s:10:"1572153978";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/maintenance-mode-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:20:"["Maintenance mode"]";s:10:"menu_order";s:2:"41";s:16:"popularity_index";s:3:"414";s:11:"trend_index";s:2:"57";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:449;a:14:{s:2:"id";s:3:"754";s:5:"title";s:25:"Services &#8211; Interior";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2017/01/Interior-Services.png";s:12:"tmpl_created";s:10:"1485269691";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/services-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"42";s:16:"popularity_index";s:3:"219";s:11:"trend_index";s:3:"224";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:450;a:14:{s:2:"id";s:3:"752";s:5:"title";s:24:"Contact &#8211; Interior";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2017/01/interior-contact.png";s:12:"tmpl_created";s:10:"1485269737";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/contact-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"43";s:16:"popularity_index";s:3:"276";s:11:"trend_index";s:3:"332";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:451;a:14:{s:2:"id";s:5:"10180";s:5:"title";s:21:"Fly In | Announcement";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/glass_small.png";s:12:"tmpl_created";s:10:"1548045309";s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/popups/fly-in-announcement-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"43";s:16:"popularity_index";s:3:"550";s:11:"trend_index";s:3:"568";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:452;a:14:{s:2:"id";s:3:"753";s:5:"title";s:22:"About &#8211; Interior";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2017/01/Interior-About.png";s:12:"tmpl_created";s:10:"1485269710";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/about-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"44";s:16:"popularity_index";s:3:"260";s:11:"trend_index";s:3:"334";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:453;a:14:{s:2:"id";s:3:"751";s:5:"title";s:25:"Homepage &#8211; Interior";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/01/interior-home.png";s:12:"tmpl_created";s:10:"1485269743";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/homepage-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"45";s:16:"popularity_index";s:3:"220";s:11:"trend_index";s:3:"231";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:454;a:14:{s:2:"id";s:4:"9731";s:5:"title";s:26:"Classic | Sale | Promotion";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/01/icecream_small.png";s:12:"tmpl_created";s:10:"1547976166";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/popups/classic-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"46";s:16:"popularity_index";s:3:"510";s:11:"trend_index";s:3:"503";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:455;a:14:{s:2:"id";s:4:"2402";s:5:"title";s:32:"Homepage &#8211; Interior Design";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2017/09/Interior.png";s:12:"tmpl_created";s:10:"1506441447";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/homepage-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:193:"["Architecture","building","business","Creative","exterior design","furniture design","Gallery","garden design","house","interior design","landscape design","multipurpose","portfolio","studio"]";s:10:"menu_order";s:2:"46";s:16:"popularity_index";s:2:"76";s:11:"trend_index";s:3:"119";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:456;a:14:{s:2:"id";s:4:"3626";s:5:"title";s:30:"Snowboard Site &#8211; Contact";s:9:"thumbnail";s:62:"https://library.elementor.com/wp-content/uploads/2017/12/3.png";s:12:"tmpl_created";s:10:"1513513193";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/snowboard-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"47";s:16:"popularity_index";s:3:"224";s:11:"trend_index";s:3:"303";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:457;a:14:{s:2:"id";s:5:"11966";s:5:"title";s:18:"Maintenance mode 4";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2019/10/mm4.png";s:12:"tmpl_created";s:10:"1572154274";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/maintenance-mode-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:20:"["Maintenance mode"]";s:10:"menu_order";s:2:"48";s:16:"popularity_index";s:3:"582";s:11:"trend_index";s:3:"348";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:458;a:14:{s:2:"id";s:4:"3632";s:5:"title";s:31:"Snowboard Site &#8211; Services";s:9:"thumbnail";s:62:"https://library.elementor.com/wp-content/uploads/2017/12/2.png";s:12:"tmpl_created";s:10:"1513513171";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/snowboard-site-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"49";s:16:"popularity_index";s:3:"185";s:11:"trend_index";s:3:"140";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:459;a:14:{s:2:"id";s:4:"3619";s:5:"title";s:31:"Snowboard Site &#8211; Homepage";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2017/12/home.png";s:12:"tmpl_created";s:10:"1513513137";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/snowboard-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"50";s:16:"popularity_index";s:3:"204";s:11:"trend_index";s:3:"191";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:460;a:14:{s:2:"id";s:4:"9425";s:5:"title";s:38:"Black Friday &#8211;  80&#8217;s style";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/11/unnamed-file.png";s:12:"tmpl_created";s:10:"1542901234";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/black-friday-80s-style/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"51";s:16:"popularity_index";s:3:"293";s:11:"trend_index";s:3:"365";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:461;a:14:{s:2:"id";s:5:"11973";s:5:"title";s:18:"Maintenance mode 5";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2019/10/mm5.png";s:12:"tmpl_created";s:10:"1572154523";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/maintenance-mode-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:20:"["Maintenance mode"]";s:10:"menu_order";s:2:"52";s:16:"popularity_index";s:3:"578";s:11:"trend_index";s:3:"292";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:462;a:14:{s:2:"id";s:5:"10005";s:5:"title";s:38:"Fly In | Promotion | Spa | Body Lotion";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2019/01/Flyin_lotion_small.png";s:12:"tmpl_created";s:10:"1547844909";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/popups/fly-in-promotion-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"54";s:16:"popularity_index";s:3:"587";s:11:"trend_index";s:3:"569";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:463;a:14:{s:2:"id";s:5:"10424";s:5:"title";s:21:"Fly In | Announcement";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/01/flower_small.png";s:12:"tmpl_created";s:10:"1547961866";s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/popups/fly-in-announcement-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"55";s:16:"popularity_index";s:3:"514";s:11:"trend_index";s:3:"556";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:464;a:14:{s:2:"id";s:4:"9975";s:5:"title";s:24:"Fly In | Promotion | App";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2019/01/flyin_webinar_app_small.png";s:12:"tmpl_created";s:10:"1547842284";s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/popups/fly-in-promotion-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"55";s:16:"popularity_index";s:3:"607";s:11:"trend_index";s:1:"0";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:465;a:14:{s:2:"id";s:5:"10067";s:5:"title";s:31:"Fly In | Announcement | Cookies";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2019/01/fly-in_cookie_yellow_small.png";s:12:"tmpl_created";s:10:"1547848075";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/popups/fly-in-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"56";s:16:"popularity_index";s:3:"492";s:11:"trend_index";s:3:"472";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:466;a:14:{s:2:"id";s:5:"10329";s:5:"title";s:25:"Fly In | Sale | Promotion";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/01/organic_small.png";s:12:"tmpl_created";s:10:"1547893478";s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/popups/fly-in-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"59";s:16:"popularity_index";s:3:"610";s:11:"trend_index";s:3:"595";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:467;a:14:{s:2:"id";s:4:"9650";s:5:"title";s:36:"Fly In | Register | Subscribe | Sale";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2019/01/Fly-In_Register_small_01a.png";s:12:"tmpl_created";s:10:"1547007598";s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/popups/fly-in-register_big-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"60";s:16:"popularity_index";s:3:"603";s:11:"trend_index";s:3:"590";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:468;a:14:{s:2:"id";s:5:"10200";s:5:"title";s:33:"Full Screen | Content Lock | Wine";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2019/01/lock_wine_small.png";s:12:"tmpl_created";s:10:"1548055635";s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/popups/full-screen-content-lock/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"63";s:16:"popularity_index";s:3:"577";s:11:"trend_index";s:1:"0";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:469;a:14:{s:2:"id";s:5:"11981";s:5:"title";s:18:"Maintenance mode 6";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2019/10/mm6.png";s:12:"tmpl_created";s:10:"1572155125";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/maintenance-mode-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:20:"["Maintenance mode"]";s:10:"menu_order";s:2:"63";s:16:"popularity_index";s:3:"557";s:11:"trend_index";s:3:"263";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:470;a:14:{s:2:"id";s:5:"10287";s:5:"title";s:34:"Full Screen | Register | Subscribe";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2019/01/glass_pink_small.png";s:12:"tmpl_created";s:10:"1547994301";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/popups/full-screen-login-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"64";s:16:"popularity_index";s:3:"502";s:11:"trend_index";s:3:"452";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:471;a:14:{s:2:"id";s:4:"9889";s:5:"title";s:28:"Full Screen | Login | Cactus";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/cac_small.png";s:12:"tmpl_created";s:10:"1547838722";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/popups/full-screen-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"66";s:16:"popularity_index";s:3:"590";s:11:"trend_index";s:3:"598";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:472;a:14:{s:2:"id";s:3:"147";s:5:"title";s:20:"Homepage &#8211; App";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0004.png";s:12:"tmpl_created";s:10:"1470829868";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/homepage-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["App","Homepage"]";s:10:"menu_order";s:2:"67";s:16:"popularity_index";s:1:"1";s:11:"trend_index";s:1:"8";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:473;a:14:{s:2:"id";s:5:"10077";s:5:"title";s:29:"Fly In | Register | Subscribe";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2019/01/flyin_register_blue_small.png";s:12:"tmpl_created";s:10:"1547848197";s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/popups/fly-in-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"67";s:16:"popularity_index";s:3:"459";s:11:"trend_index";s:3:"477";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:474;a:14:{s:2:"id";s:3:"777";s:5:"title";s:28:"Homepage &#8211; Coffee Shop";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/01/rest-home.jpg";s:12:"tmpl_created";s:10:"1485273092";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/homepage-coffee-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:41:"["Coffee","Homepage","Restaurant","Shop"]";s:10:"menu_order";s:2:"68";s:16:"popularity_index";s:3:"114";s:11:"trend_index";s:3:"217";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:475;a:14:{s:2:"id";s:5:"10362";s:5:"title";s:32:"Full Screen | Login | Restaurant";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/vip_small.png";s:12:"tmpl_created";s:10:"1548056253";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/popups/full-screen-login-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"69";s:16:"popularity_index";s:3:"521";s:11:"trend_index";s:3:"563";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:476;a:14:{s:2:"id";s:4:"2404";s:5:"title";s:24:"Homepage &#8211; Product";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2017/09/product.png";s:12:"tmpl_created";s:10:"1506441452";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/homepage-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:103:"["business","colorful","ecommerce","flat","mobile","modern","responsive","retina","Shop","woocommerce"]";s:10:"menu_order";s:2:"69";s:16:"popularity_index";s:3:"115";s:11:"trend_index";s:3:"235";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:477;a:14:{s:2:"id";s:3:"492";s:5:"title";s:25:"Homepage &#8211; Law firm";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/10/0024.png";s:12:"tmpl_created";s:10:"1477388365";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/homepage-law-firm/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:25:"["Firm","Homepage","Law"]";s:10:"menu_order";s:2:"70";s:16:"popularity_index";s:2:"10";s:11:"trend_index";s:2:"31";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:478;a:14:{s:2:"id";s:5:"10454";s:5:"title";s:29:"Full Screen | Promotion | App";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/01/appy_small.png";s:12:"tmpl_created";s:10:"1548056896";s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/popups/full-screen-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"71";s:16:"popularity_index";s:3:"604";s:11:"trend_index";s:3:"599";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:479;a:14:{s:2:"id";s:4:"3451";s:5:"title";s:39:"Homepage &#8211; Goodness meal services";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2017/11/goodness-featured-image.png";s:12:"tmpl_created";s:10:"1512054116";s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/homepage-goodness-meal-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"71";s:16:"popularity_index";s:3:"188";s:11:"trend_index";s:3:"323";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:480;a:14:{s:2:"id";s:4:"2152";s:5:"title";s:26:"Homepage &#8211; Cake Shop";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/07/cake-home.png";s:12:"tmpl_created";s:10:"1499774132";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/homepage-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:39:"["Cake","Homepage","Restaurant","Shop"]";s:10:"menu_order";s:2:"72";s:16:"popularity_index";s:3:"284";s:11:"trend_index";s:3:"416";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:481;a:14:{s:2:"id";s:4:"9803";s:5:"title";s:41:"Full Screen | Register | Contact | Meetup";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2019/01/designme_full_small.png";s:12:"tmpl_created";s:10:"1547831298";s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/popups/full-screen-register-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"72";s:16:"popularity_index";s:3:"551";s:11:"trend_index";s:3:"474";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:482;a:14:{s:2:"id";s:5:"10611";s:5:"title";s:18:"Full Screen | Sale";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/fla_small.png";s:12:"tmpl_created";s:10:"1547968868";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/popups/full-screen-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"73";s:16:"popularity_index";s:3:"606";s:11:"trend_index";s:1:"0";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:483;a:14:{s:2:"id";s:4:"1068";s:5:"title";s:27:"Homepage &#8211; Copywriter";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2017/03/copywriter.png";s:12:"tmpl_created";s:10:"1488805928";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/homepage-copywriter/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:25:"["Copywriter","Homepage"]";s:10:"menu_order";s:2:"73";s:16:"popularity_index";s:3:"173";s:11:"trend_index";s:3:"261";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:484;a:14:{s:2:"id";s:4:"2813";s:5:"title";s:32:"Homepage &#8211; Creative Agency";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2017/11/Creative-Agency-–-Home-Page.png";s:12:"tmpl_created";s:10:"1509615049";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/homepage-creative-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Agency","Creative","Homepage"]";s:10:"menu_order";s:2:"74";s:16:"popularity_index";s:2:"81";s:11:"trend_index";s:3:"137";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:485;a:14:{s:2:"id";s:5:"10508";s:5:"title";s:25:"Full Screen | Welcome Mat";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/01/hand_small-1.png";s:12:"tmpl_created";s:10:"1547964711";s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/popups/full-screen-welcome-mat-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"75";s:16:"popularity_index";s:3:"561";s:11:"trend_index";s:3:"584";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:486;a:14:{s:2:"id";s:3:"728";s:5:"title";s:33:"Homepage &#8211; Delivery Company";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2017/01/delivery-company-home-page.jpg";s:12:"tmpl_created";s:10:"1485269993";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/homepage-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:23:"["Delivery","Homepage"]";s:10:"menu_order";s:2:"75";s:16:"popularity_index";s:3:"218";s:11:"trend_index";s:3:"398";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:487;a:14:{s:2:"id";s:4:"2403";s:5:"title";s:29:"Homepage &#8211; Luxury Hotel";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2017/09/Hotel.png";s:12:"tmpl_created";s:10:"1506441428";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/homepage-luxury-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"76";s:16:"popularity_index";s:3:"211";s:11:"trend_index";s:3:"302";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:488;a:14:{s:2:"id";s:4:"9934";s:5:"title";s:38:"Full Screen | Welcome Mat | Teddy Bear";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2019/01/full_mat_teddy_small.png";s:12:"tmpl_created";s:10:"1547841787";s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/popups/full-screen-welcome-mat/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"76";s:16:"popularity_index";s:3:"534";s:11:"trend_index";s:3:"582";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:489;a:14:{s:2:"id";s:4:"1903";s:5:"title";s:20:"One Page &#8211; Spa";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2017/06/spa.png";s:12:"tmpl_created";s:10:"1496822325";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/one-page-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:132:"["beauty","care","girly","hair","Health","hospitality","massage","medical","parlor","physiotherapy","salon","spa","wellness","yoga"]";s:10:"menu_order";s:2:"77";s:16:"popularity_index";s:3:"160";s:11:"trend_index";s:3:"278";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:490;a:14:{s:2:"id";s:4:"2123";s:5:"title";s:33:"One Page &#8211; Architect Office";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/06/architect.png";s:12:"tmpl_created";s:10:"1499772989";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/one-page-architect-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"78";s:16:"popularity_index";s:1:"9";s:11:"trend_index";s:2:"15";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:491;a:14:{s:2:"id";s:4:"9709";s:5:"title";s:25:"Full Screen | Welcome Mat";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2019/01/Full-Screen_Welcome-Mat_01_small-1.png";s:12:"tmpl_created";s:10:"1547023834";s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/popups/full-screen-welcome-mat-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"78";s:16:"popularity_index";s:3:"575";s:11:"trend_index";s:3:"578";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:492;a:14:{s:2:"id";s:4:"1888";s:5:"title";s:32:"One Page &#8211; Creative Meetup";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2017/06/creative-meetup.png";s:12:"tmpl_created";s:10:"1496822319";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/one-page-creative-meetup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"79";s:16:"popularity_index";s:3:"212";s:11:"trend_index";s:3:"409";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:493;a:14:{s:2:"id";s:4:"9671";s:5:"title";s:34:"Hello Bar | Announcement | Cookies";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2019/01/Top-Bar_Announcement_small_01.png";s:12:"tmpl_created";s:10:"1547010259";s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/popups/hello-bar-announcement-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"79";s:16:"popularity_index";s:3:"523";s:11:"trend_index";s:3:"551";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:494;a:14:{s:2:"id";s:5:"10234";s:5:"title";s:38:"Hello Bar | Announcement | Maintenance";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/01/pink_small.png";s:12:"tmpl_created";s:10:"1548055049";s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/popups/hello-bar-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"80";s:16:"popularity_index";s:3:"598";s:11:"trend_index";s:1:"0";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:495;a:14:{s:2:"id";s:4:"1891";s:5:"title";s:35:"One Page &#8211; Textile Convention";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2017/06/textile-meetup.png";s:12:"tmpl_created";s:10:"1496822323";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/one-page-textile-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"80";s:16:"popularity_index";s:3:"353";s:11:"trend_index";s:3:"430";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:496;a:14:{s:2:"id";s:4:"1880";s:5:"title";s:24:"One Page &#8211; Wedding";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2017/06/wedding.png";s:12:"tmpl_created";s:10:"1496822317";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/one-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:82:"["bride","ceremony","cute","event","fancy","girly","groom","guestbook","marriage"]";s:10:"menu_order";s:2:"81";s:16:"popularity_index";s:3:"376";s:11:"trend_index";s:3:"515";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:497;a:14:{s:2:"id";s:4:"1885";s:5:"title";s:29:"One Page &#8211; Yacht Rental";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2017/06/yacht-home.png";s:12:"tmpl_created";s:10:"1496822321";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/one-page-yacht-rental/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"82";s:16:"popularity_index";s:3:"171";s:11:"trend_index";s:3:"321";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:498;a:14:{s:2:"id";s:4:"2723";s:5:"title";s:34:"Portfolio &#8211; Graphic Designer";s:9:"thumbnail";s:91:"https://library.elementor.com/wp-content/uploads/2017/11/Graphic-Designer-–-Portfolio.png";s:12:"tmpl_created";s:10:"1509633883";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/portfolio-graphic-designer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"83";s:16:"popularity_index";s:3:"158";s:11:"trend_index";s:3:"189";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:499;a:14:{s:2:"id";s:4:"9869";s:5:"title";s:28:"Hello Bar | Promotion | Sale";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2019/01/ru_small.png";s:12:"tmpl_created";s:10:"1547837269";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/popups/hello-bar-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"83";s:16:"popularity_index";s:3:"601";s:11:"trend_index";s:3:"583";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:500;a:14:{s:2:"id";s:5:"10539";s:5:"title";s:19:"Hello Bar | Contact";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2019/01/hello_pink_small.png";s:12:"tmpl_created";s:10:"1548056994";s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/popups/hello-bar-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"84";s:16:"popularity_index";s:3:"570";s:11:"trend_index";s:3:"553";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:501;a:14:{s:2:"id";s:4:"2145";s:5:"title";s:30:"About &#8211; Delivery Company";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2017/07/delivery-about.png";s:12:"tmpl_created";s:10:"1499774125";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/about-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:10:"["moving"]";s:10:"menu_order";s:2:"84";s:16:"popularity_index";s:3:"297";s:11:"trend_index";s:3:"347";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:502;a:14:{s:2:"id";s:4:"2155";s:5:"title";s:23:"About &#8211; Cake Shop";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2017/07/cake-about.png";s:12:"tmpl_created";s:10:"1499774130";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/about-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:8:"["Food"]";s:10:"menu_order";s:2:"85";s:16:"popularity_index";s:3:"348";s:11:"trend_index";s:3:"399";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:503;a:14:{s:2:"id";s:4:"1085";s:5:"title";s:21:"About &#8211; Startup";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2017/03/Startup.png";s:12:"tmpl_created";s:10:"1488810874";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/about-startup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:19:"["About","Startup"]";s:10:"menu_order";s:2:"86";s:16:"popularity_index";s:1:"7";s:11:"trend_index";s:2:"10";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:504;a:14:{s:2:"id";s:3:"143";s:5:"title";s:22:"About &#8211; Personal";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0010.png";s:12:"tmpl_created";s:10:"1470820447";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/about-personal/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:20:"["About","Personal"]";s:10:"menu_order";s:2:"87";s:16:"popularity_index";s:2:"19";s:11:"trend_index";s:2:"51";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:505;a:14:{s:2:"id";s:3:"101";s:5:"title";s:16:"About &#8211; CV";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0018.png";s:12:"tmpl_created";s:10:"1470829785";s:6:"author";s:9:"Elementor";s:3:"url";s:98:"https://library.elementor.com/about-cv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:77:"["creative portfolio","Personal","portfolio","professional","resume","vcard"]";s:10:"menu_order";s:2:"88";s:16:"popularity_index";s:2:"29";s:11:"trend_index";s:2:"70";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:506;a:14:{s:2:"id";s:3:"140";s:5:"title";s:25:"About &#8211; Art Gallery";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0009.png";s:12:"tmpl_created";s:10:"1470820463";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/about-art-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:25:"["About","Art","Gallery"]";s:10:"menu_order";s:2:"89";s:16:"popularity_index";s:2:"15";s:11:"trend_index";s:2:"19";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:507;a:14:{s:2:"id";s:5:"10147";s:5:"title";s:34:"Hello Bar | Sale | Promotion | Pop";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/donut_small.png";s:12:"tmpl_created";s:10:"1548055522";s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/popups/hello-bar-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"89";s:16:"popularity_index";s:3:"602";s:11:"trend_index";s:3:"600";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:508;a:14:{s:2:"id";s:3:"213";s:5:"title";s:26:"About &#8211; Architecture";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0008.png";s:12:"tmpl_created";s:10:"1470829766";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/about-architecture/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:24:"["About","Architecture"]";s:10:"menu_order";s:2:"90";s:16:"popularity_index";s:2:"16";s:11:"trend_index";s:2:"46";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:509;a:14:{s:2:"id";s:4:"9923";s:5:"title";s:23:"Slide In | Announcement";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2019/01/slide-in_ann_italian_small.png";s:12:"tmpl_created";s:10:"1547841537";s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/popups/slide-in-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"90";s:16:"popularity_index";s:3:"543";s:11:"trend_index";s:3:"558";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:510;a:14:{s:2:"id";s:5:"10117";s:5:"title";s:23:"Slide In | Announcement";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/white_small.png";s:12:"tmpl_created";s:10:"1548066998";s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/popups/slide-in-announcement-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"91";s:16:"popularity_index";s:3:"571";s:11:"trend_index";s:1:"0";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:511;a:14:{s:2:"id";s:4:"2802";s:5:"title";s:38:"Portfolio &#8211; Fashion Photographer";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2017/11/Fashion-photographer-–-Portfolio.png";s:12:"tmpl_created";s:10:"1509615440";s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/portfolio-fashion-photographer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"91";s:16:"popularity_index";s:3:"175";s:11:"trend_index";s:3:"281";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:512;a:14:{s:2:"id";s:4:"2828";s:5:"title";s:35:"Landing Page &#8211; Law Convention";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2017/11/Law-Convention-–-Landing-Page.png";s:12:"tmpl_created";s:10:"1509631636";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/landing-page-law-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:35:"["Convention","Landing Page","Law"]";s:10:"menu_order";s:2:"92";s:16:"popularity_index";s:3:"313";s:11:"trend_index";s:3:"381";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:513;a:14:{s:2:"id";s:4:"9826";s:5:"title";s:33:"Slide In | Announcement | webinar";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/01/web_small-2.png";s:12:"tmpl_created";s:10:"1547835513";s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/popups/slide-in-announcement-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"92";s:16:"popularity_index";s:3:"581";s:11:"trend_index";s:3:"587";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:514;a:14:{s:2:"id";s:5:"10478";s:5:"title";s:18:"Slide In | Contact";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2019/01/slide_wow_small.png";s:12:"tmpl_created";s:10:"1548056829";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/popups/slide-in-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"93";s:16:"popularity_index";s:3:"490";s:11:"trend_index";s:3:"575";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:515;a:14:{s:2:"id";s:4:"1461";s:5:"title";s:28:"Landing Page &#8211; Ebook 1";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-1.png";s:12:"tmpl_created";s:10:"1494352121";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/landing-page-ebook-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:127:"["App","author","book","brochure","download","e-book","ebook","marketing","product","publisher","sell online","seo","showcase"]";s:10:"menu_order";s:2:"93";s:16:"popularity_index";s:3:"306";s:11:"trend_index";s:3:"333";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:516;a:14:{s:2:"id";s:4:"1460";s:5:"title";s:28:"Landing Page &#8211; Ebook 2";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-2.png";s:12:"tmpl_created";s:10:"1494352124";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/landing-page-ebook-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"94";s:16:"popularity_index";s:3:"324";s:11:"trend_index";s:3:"428";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:517;a:14:{s:2:"id";s:4:"1459";s:5:"title";s:28:"Landing Page &#8211; Ebook 3";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-3.png";s:12:"tmpl_created";s:10:"1494352125";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/landing-page-ebook-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"95";s:16:"popularity_index";s:3:"209";s:11:"trend_index";s:3:"282";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:518;a:14:{s:2:"id";s:4:"1052";s:5:"title";s:33:"Landing Page &#8211; Mobile App 1";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2017/03/app.png";s:12:"tmpl_created";s:10:"1488810873";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/landing-page-mobile-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"96";s:16:"popularity_index";s:2:"25";s:11:"trend_index";s:2:"68";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:519;a:14:{s:2:"id";s:5:"10685";s:5:"title";s:32:"Hello Bar | Register | Subscribe";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/01/env_small.png";s:12:"tmpl_created";s:10:"1547974729";s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/popups/hello-bar-register-subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"96";s:16:"popularity_index";s:3:"538";s:11:"trend_index";s:3:"564";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:520;a:14:{s:2:"id";s:4:"1505";s:5:"title";s:33:"Landing Page &#8211; Mobile App 4";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app3.png";s:12:"tmpl_created";s:10:"1494352110";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/landing-page-mobile-app-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"97";s:16:"popularity_index";s:3:"346";s:11:"trend_index";s:3:"491";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:521;a:14:{s:2:"id";s:3:"726";s:5:"title";s:33:"Landing Page &#8211; Conference 1";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2017/01/convention-landing-page.jpg";s:12:"tmpl_created";s:10:"1485270062";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/landing-page-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"98";s:16:"popularity_index";s:3:"365";s:11:"trend_index";s:3:"415";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:522;a:14:{s:2:"id";s:4:"9985";s:5:"title";s:20:"Slide In | Promotion";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2019/01/slidein_promotion_av_small.png";s:12:"tmpl_created";s:10:"1547844661";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/popups/slide-in-promotion-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"98";s:16:"popularity_index";s:3:"592";s:11:"trend_index";s:3:"581";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:523;a:14:{s:2:"id";s:4:"1613";s:5:"title";s:33:"Landing Page &#8211; Conference 2";s:9:"thumbnail";s:109:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-International-Womens-Day-Conference.png";s:12:"tmpl_created";s:10:"1494352129";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/landing-page-conference-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"99";s:16:"popularity_index";s:3:"380";s:11:"trend_index";s:3:"461";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:524;a:14:{s:2:"id";s:4:"1612";s:5:"title";s:33:"Landing Page &#8211; Conference 3";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Tech-Conference.png";s:12:"tmpl_created";s:10:"1494352127";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/landing-page-conference-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"100";s:16:"popularity_index";s:3:"397";s:11:"trend_index";s:3:"451";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:525;a:14:{s:2:"id";s:4:"1614";s:5:"title";s:33:"Landing Page &#8211; Conference 4";s:9:"thumbnail";s:99:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Sustainability-Conference.png";s:12:"tmpl_created";s:10:"1494352131";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/landing-page-conference-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"101";s:16:"popularity_index";s:3:"333";s:11:"trend_index";s:3:"427";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:526;a:14:{s:2:"id";s:3:"906";s:5:"title";s:29:"Landing Page &#8211;  Coacher";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2017/02/Landin-Page-Coacher.png";s:12:"tmpl_created";s:10:"1494352066";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/landing-page-coacher/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"102";s:16:"popularity_index";s:3:"225";s:11:"trend_index";s:3:"372";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:527;a:14:{s:2:"id";s:3:"879";s:5:"title";s:41:"Landing Page &#8211; Financial Consultant";s:9:"thumbnail";s:94:"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Financial-consultant.png";s:12:"tmpl_created";s:10:"1494352064";s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/landing-page-financial-consultant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"103";s:16:"popularity_index";s:3:"243";s:11:"trend_index";s:3:"389";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:528;a:14:{s:2:"id";s:3:"926";s:5:"title";s:33:"Landing Page &#8211; Private Chef";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Private-Chef.png";s:12:"tmpl_created";s:10:"1494352068";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/landing-page-private-chef/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"104";s:16:"popularity_index";s:3:"345";s:11:"trend_index";s:3:"433";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:529;a:14:{s:2:"id";s:4:"1032";s:5:"title";s:27:"Landing Page &#8211; Agency";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2017/03/Agency.png";s:12:"tmpl_created";s:10:"1488810866";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/landing-page-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"105";s:16:"popularity_index";s:3:"343";s:11:"trend_index";s:3:"512";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:530;a:14:{s:2:"id";s:4:"9559";s:5:"title";s:16:"Slide In | Login";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2019/01/slidein_login_01_small.png";s:12:"tmpl_created";s:10:"1546946547";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/popups/slide-in-login-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"105";s:16:"popularity_index";s:3:"476";s:11:"trend_index";s:3:"529";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:531;a:14:{s:2:"id";s:3:"730";s:5:"title";s:24:"Landing Page &#8211; App";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2017/01/app.-landing-page.jpg";s:12:"tmpl_created";s:10:"1485273430";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/landing-page-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"106";s:16:"popularity_index";s:3:"319";s:11:"trend_index";s:3:"449";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:532;a:14:{s:2:"id";s:3:"643";s:5:"title";s:29:"Landing Page &#8211; Festival";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2016/12/festival.jpg";s:12:"tmpl_created";s:10:"1481549290";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/landing-page-festival/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"107";s:16:"popularity_index";s:3:"367";s:11:"trend_index";s:3:"521";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:533;a:14:{s:2:"id";s:4:"9752";s:5:"title";s:27:"Slide In | Sale | Promotion";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/01/rush_small.png";s:12:"tmpl_created";s:10:"1547823982";s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/popups/slide-in-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"107";s:16:"popularity_index";s:3:"576";s:11:"trend_index";s:3:"592";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:534;a:14:{s:2:"id";s:3:"542";s:5:"title";s:28:"Landing Page &#8211; Wedding";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/10/0025.png";s:12:"tmpl_created";s:10:"1477388484";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/landing-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"108";s:16:"popularity_index";s:2:"67";s:11:"trend_index";s:3:"161";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:535;a:14:{s:2:"id";s:4:"1187";s:5:"title";s:32:"Landing Page &#8211; Photography";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2017/03/lp1-l.png";s:12:"tmpl_created";s:10:"1490707385";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/landing-page-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"109";s:16:"popularity_index";s:2:"31";s:11:"trend_index";s:2:"92";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:536;a:14:{s:2:"id";s:3:"641";s:5:"title";s:28:"Landing Page &#8211; Fashion";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2016/12/fashion-landing-page.jpg";s:12:"tmpl_created";s:10:"1481549264";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/landing-page-fashion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"110";s:16:"popularity_index";s:3:"277";s:11:"trend_index";s:3:"375";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:537;a:14:{s:2:"id";s:3:"189";s:5:"title";s:30:"Landing Page &#8211; Tourism 1";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0005.png";s:12:"tmpl_created";s:10:"1470820715";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/landing-page-tourism/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"111";s:16:"popularity_index";s:2:"14";s:11:"trend_index";s:2:"23";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:538;a:14:{s:2:"id";s:5:"10169";s:5:"title";s:37:"Slide In | Register | Subscribe | App";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2019/01/slideinapp_small.png";s:12:"tmpl_created";s:10:"1547852334";s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/popups/slide-in-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"112";s:16:"popularity_index";s:3:"358";s:11:"trend_index";s:3:"570";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:539;a:14:{s:2:"id";s:4:"1547";s:5:"title";s:30:"Landing Page &#8211; Tourism 2";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-1.png";s:12:"tmpl_created";s:10:"1494352115";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/landing-page-tourism-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"112";s:16:"popularity_index";s:3:"294";s:11:"trend_index";s:3:"379";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:540;a:14:{s:2:"id";s:4:"1546";s:5:"title";s:30:"Landing Page &#8211; Tourism 3";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-2.png";s:12:"tmpl_created";s:10:"1494352116";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/landing-page-tourism-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"113";s:16:"popularity_index";s:3:"386";s:11:"trend_index";s:3:"445";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:541;a:14:{s:2:"id";s:4:"1545";s:5:"title";s:30:"Landing Page &#8211; Tourism 4";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-3.png";s:12:"tmpl_created";s:10:"1494352118";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/landing-page-tourism-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"114";s:16:"popularity_index";s:3:"331";s:11:"trend_index";s:3:"455";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:542;a:14:{s:2:"id";s:4:"2714";s:5:"title";s:30:"Landing Page &#8211; Tourism 5";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2017/11/Vacation-–-Landing-Page.png";s:12:"tmpl_created";s:10:"1509631782";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/landing-page-tourism-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"115";s:16:"popularity_index";s:3:"326";s:11:"trend_index";s:3:"480";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:543;a:14:{s:2:"id";s:4:"9680";s:5:"title";s:23:"Slide In | Content Lock";s:9:"thumbnail";s:91:"https://library.elementor.com/wp-content/uploads/2019/01/Slide-in_Content-lock_small_01.png";s:12:"tmpl_created";s:10:"1547010967";s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/popups/slide-in-content-lock-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"115";s:16:"popularity_index";s:3:"580";s:11:"trend_index";s:3:"593";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:544;a:14:{s:2:"id";s:3:"195";s:5:"title";s:28:"Landing Page &#8211; Product";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0006.png";s:12:"tmpl_created";s:10:"1470820765";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/landing-page-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"116";s:16:"popularity_index";s:2:"40";s:11:"trend_index";s:3:"120";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:545;a:14:{s:2:"id";s:3:"197";s:5:"title";s:34:"Landing Page &#8211; Real Estate 1";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0007.png";s:12:"tmpl_created";s:10:"1470825711";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/landing-page-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"117";s:16:"popularity_index";s:2:"97";s:11:"trend_index";s:3:"190";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:546;a:14:{s:2:"id";s:4:"9783";s:5:"title";s:31:"Slide In | Register | Subscribe";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2019/01/slidein_yellow_small.png";s:12:"tmpl_created";s:10:"1547831059";s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/popups/slide-in-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"117";s:16:"popularity_index";s:3:"466";s:11:"trend_index";s:3:"536";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:547;a:14:{s:2:"id";s:4:"1193";s:5:"title";s:34:"Landing Page &#8211; Real Estate 2";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png";s:12:"tmpl_created";s:10:"1490707422";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/landing-page-real-estate-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"118";s:16:"popularity_index";s:2:"52";s:11:"trend_index";s:3:"114";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:548;a:14:{s:2:"id";s:4:"1415";s:5:"title";s:34:"Landing Page &#8211; Real Estate 3";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-1.png";s:12:"tmpl_created";s:10:"1494352106";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/landing-page-real-estate-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"119";s:16:"popularity_index";s:3:"309";s:11:"trend_index";s:3:"417";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:549;a:14:{s:2:"id";s:4:"1414";s:5:"title";s:34:"Landing Page &#8211; Real Estate 4";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-2.png";s:12:"tmpl_created";s:10:"1494352107";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/landing-page-real-estate-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"120";s:16:"popularity_index";s:3:"410";s:11:"trend_index";s:3:"387";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:550;a:14:{s:2:"id";s:4:"1413";s:5:"title";s:34:"Landing Page &#8211; Real Estate 5";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-3.png";s:12:"tmpl_created";s:10:"1494352109";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/landing-page-real-estate-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:134:"["Agent","business","clean","corporate","flat","google maps","homes","listing","modern","real estate","realestate","realtor","realty"]";s:10:"menu_order";s:3:"121";s:16:"popularity_index";s:3:"381";s:11:"trend_index";s:3:"395";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:551;a:14:{s:2:"id";s:4:"1573";s:5:"title";s:29:"Landing Page &#8211; Coupon 1";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-02.png";s:12:"tmpl_created";s:10:"1494352133";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/landing-page-coupon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"122";s:16:"popularity_index";s:3:"420";s:11:"trend_index";s:3:"435";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:552;a:14:{s:2:"id";s:4:"1572";s:5:"title";s:29:"Landing Page &#8211; Coupon 2";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-03.png";s:12:"tmpl_created";s:10:"1494352134";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/landing-page-coupon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"123";s:16:"popularity_index";s:3:"458";s:11:"trend_index";s:3:"577";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:553;a:14:{s:2:"id";s:4:"1570";s:5:"title";s:29:"Landing Page &#8211; Coupon 3";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-01.png";s:12:"tmpl_created";s:10:"1494352136";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/landing-page-coupon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"124";s:16:"popularity_index";s:3:"494";s:11:"trend_index";s:3:"528";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:554;a:14:{s:2:"id";s:4:"1571";s:5:"title";s:29:"Landing Page &#8211; Coupon 4";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-04.png";s:12:"tmpl_created";s:10:"1494352138";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/landing-page-coupon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"125";s:16:"popularity_index";s:3:"469";s:11:"trend_index";s:3:"538";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:555;a:14:{s:2:"id";s:3:"192";s:5:"title";s:28:"Landing Page &#8211; Webinar";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0015.png";s:12:"tmpl_created";s:10:"1470820734";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/landing-page-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"126";s:16:"popularity_index";s:2:"84";s:11:"trend_index";s:3:"193";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:556;a:14:{s:2:"id";s:4:"2141";s:5:"title";s:32:"Contact &#8211; Delivery Company";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2017/07/delivery-contact.png";s:12:"tmpl_created";s:10:"1499774122";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/contact-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"127";s:16:"popularity_index";s:3:"283";s:11:"trend_index";s:3:"382";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:557;a:14:{s:2:"id";s:3:"137";s:5:"title";s:22:"Contact &#8211; Modern";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0013.png";s:12:"tmpl_created";s:10:"1470829828";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/contact-modern/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"128";s:16:"popularity_index";s:2:"33";s:11:"trend_index";s:2:"75";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:558;a:14:{s:2:"id";s:3:"256";s:5:"title";s:26:"Contact &#8211; Restaurant";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0011.png";s:12:"tmpl_created";s:10:"1470829796";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/contact-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"129";s:16:"popularity_index";s:2:"98";s:11:"trend_index";s:3:"234";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:559;a:14:{s:2:"id";s:4:"2150";s:5:"title";s:25:"Contact &#8211; Cake Shop";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2017/07/cake-contact.png";s:12:"tmpl_created";s:10:"1499774127";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/contact-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"130";s:16:"popularity_index";s:2:"54";s:11:"trend_index";s:3:"112";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:560;a:14:{s:2:"id";s:3:"223";s:5:"title";s:21:"Contact &#8211; Hotel";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0002.png";s:12:"tmpl_created";s:10:"1470820471";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/contact-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"131";s:16:"popularity_index";s:2:"94";s:11:"trend_index";s:3:"178";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:561;a:14:{s:2:"id";s:2:"24";s:5:"title";s:25:"Contact &#8211; Corporate";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0012.png";s:12:"tmpl_created";s:10:"1470248619";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/contact-corporate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"132";s:16:"popularity_index";s:2:"12";s:11:"trend_index";s:2:"14";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:562;a:14:{s:2:"id";s:3:"184";s:5:"title";s:23:"Services &#8211; Moving";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0017.png";s:12:"tmpl_created";s:10:"1470829889";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/services-moving/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"133";s:16:"popularity_index";s:2:"22";s:11:"trend_index";s:2:"39";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:563;a:14:{s:2:"id";s:3:"625";s:5:"title";s:31:"Services &#8211; Cake Shop Menu";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2016/12/cake-shop-menu.jpg";s:12:"tmpl_created";s:10:"1481549196";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/services-cake-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"134";s:16:"popularity_index";s:3:"461";s:11:"trend_index";s:3:"547";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:564;a:14:{s:2:"id";s:3:"187";s:5:"title";s:20:"Services &#8211; Fun";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0001.png";s:12:"tmpl_created";s:10:"1470829892";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/services-fun/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"135";s:16:"popularity_index";s:2:"55";s:11:"trend_index";s:3:"131";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:565;a:14:{s:2:"id";s:3:"238";s:5:"title";s:27:"Services &#8211; Consulting";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0014.png";s:12:"tmpl_created";s:10:"1470829865";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/services-consulting/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"136";s:16:"popularity_index";s:2:"20";s:11:"trend_index";s:2:"41";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:566;a:14:{s:2:"id";s:3:"647";s:5:"title";s:33:"Services &#8211; Coffee Shop Menu";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2016/12/restaurant-menu.jpg";s:12:"tmpl_created";s:10:"1481549320";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/services-coffee-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"137";s:16:"popularity_index";s:3:"394";s:11:"trend_index";s:3:"497";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:567;a:14:{s:2:"id";s:4:"2138";s:5:"title";s:33:"Services &#8211; Delivery Company";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2017/07/delivery-services.png";s:12:"tmpl_created";s:10:"1499774119";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/services-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"138";s:16:"popularity_index";s:3:"344";s:11:"trend_index";s:3:"359";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:568;a:14:{s:2:"id";s:3:"823";s:5:"title";s:19:"Pricing &#8211; App";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2017/01/pricing-app.jpg";s:12:"tmpl_created";s:10:"1485272966";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/pricing-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"139";s:16:"popularity_index";s:3:"317";s:11:"trend_index";s:3:"429";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:569;a:14:{s:2:"id";s:3:"824";s:5:"title";s:24:"Pricing &#8211; Software";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2017/01/pricing-software.png";s:12:"tmpl_created";s:10:"1485272900";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/pricing-software-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"140";s:16:"popularity_index";s:3:"337";s:11:"trend_index";s:3:"400";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:570;a:14:{s:2:"id";s:3:"825";s:5:"title";s:24:"Product &#8211; Speakers";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2017/01/product-page.jpg";s:12:"tmpl_created";s:10:"1485272513";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/product-speakers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"141";s:16:"popularity_index";s:3:"350";s:11:"trend_index";s:3:"354";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:571;a:14:{s:2:"id";s:3:"245";s:5:"title";s:21:"Product &#8211; Clean";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0020.png";s:12:"tmpl_created";s:10:"1470829876";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/product-clean/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:48:"["fast","minimal","minimalistic","seo","simple"]";s:10:"menu_order";s:3:"142";s:16:"popularity_index";s:2:"66";s:11:"trend_index";s:2:"97";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:572;a:14:{s:2:"id";s:4:"1075";s:5:"title";s:19:"Shop &#8211; Sweets";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2017/03/Sweets.png";s:12:"tmpl_created";s:10:"1488810871";s:6:"author";s:9:"Elementor";s:3:"url";s:101:"https://library.elementor.com/shop-sweets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:154:"["bakery","beverage","business","cafe","candy bar","catering","delivery service","Food","online shop","pastry","Restaurant","store","sweet shop","sweets"]";s:10:"menu_order";s:3:"143";s:16:"popularity_index";s:2:"46";s:11:"trend_index";s:2:"87";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:573;a:14:{s:2:"id";s:4:"1051";s:5:"title";s:24:"Blog Post &#8211; Launch";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2017/03/post-cloud.png";s:12:"tmpl_created";s:10:"1488810869";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blog-post-launch/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:210:"["Agency","bootstrap","business","corporate","Landing Page","launch","marketing campaign","marketing landing page","marketing template landing page","product launch","software","Startup","startup landing page"]";s:10:"menu_order";s:3:"144";s:16:"popularity_index";s:2:"17";s:11:"trend_index";s:2:"20";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:574;a:14:{s:2:"id";s:4:"1245";s:5:"title";s:13:"Coming Soon 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-1.png";s:12:"tmpl_created";s:10:"1491207184";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/coming-soon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"145";s:16:"popularity_index";s:3:"247";s:11:"trend_index";s:3:"276";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:575;a:14:{s:2:"id";s:4:"1247";s:5:"title";s:13:"Coming Soon 2";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-2.png";s:12:"tmpl_created";s:10:"1491207138";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/coming-soon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"146";s:16:"popularity_index";s:2:"27";s:11:"trend_index";s:2:"36";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:576;a:14:{s:2:"id";s:4:"1248";s:5:"title";s:13:"Coming Soon 3";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-3.png";s:12:"tmpl_created";s:10:"1491207050";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/coming-soon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"147";s:16:"popularity_index";s:3:"354";s:11:"trend_index";s:3:"388";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:577;a:14:{s:2:"id";s:4:"1249";s:5:"title";s:13:"Coming Soon 4";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-4.png";s:12:"tmpl_created";s:10:"1491207380";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/coming-soon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"148";s:16:"popularity_index";s:3:"383";s:11:"trend_index";s:3:"457";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:578;a:14:{s:2:"id";s:4:"1250";s:5:"title";s:13:"Coming Soon 5";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-5.png";s:12:"tmpl_created";s:10:"1491207450";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/coming-soon-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"149";s:16:"popularity_index";s:2:"59";s:11:"trend_index";s:2:"99";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:579;a:14:{s:2:"id";s:4:"1260";s:5:"title";s:18:"Maintenance Mode 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-6.png";s:12:"tmpl_created";s:10:"1491207507";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/maintenance-mode-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"150";s:16:"popularity_index";s:3:"391";s:11:"trend_index";s:3:"490";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:580;a:14:{s:2:"id";s:4:"1261";s:5:"title";s:18:"Maintenance Mode 2";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/04/Coming-Soon-7.png";s:12:"tmpl_created";s:10:"1491207584";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/maintenance-mode-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"151";s:16:"popularity_index";s:2:"58";s:11:"trend_index";s:3:"104";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:581;a:14:{s:2:"id";s:4:"1272";s:5:"title";s:13:"Coming Soon 8";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-8.png";s:12:"tmpl_created";s:10:"1491207674";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/coming-soon-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"152";s:16:"popularity_index";s:3:"264";s:11:"trend_index";s:3:"268";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:582;a:14:{s:2:"id";s:4:"1279";s:5:"title";s:13:"Coming Soon 9";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-9.png";s:12:"tmpl_created";s:10:"1491207756";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/coming-soon-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"153";s:16:"popularity_index";s:3:"120";s:11:"trend_index";s:3:"194";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:583;a:14:{s:2:"id";s:4:"1745";s:5:"title";s:14:"Coming Soon 10";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/05/login-002.png";s:12:"tmpl_created";s:10:"1494849745";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/coming-soon-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"154";s:16:"popularity_index";s:3:"254";s:11:"trend_index";s:3:"361";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:584;a:14:{s:2:"id";s:4:"1742";s:5:"title";s:12:"Login Page 1";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/05/login-003.png";s:12:"tmpl_created";s:10:"1494849744";s:6:"author";s:9:"Elementor";s:3:"url";s:100:"https://library.elementor.com/login-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"155";s:16:"popularity_index";s:3:"377";s:11:"trend_index";s:3:"459";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:585;a:14:{s:2:"id";s:4:"1748";s:5:"title";s:12:"Login Page 2";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/05/login-001.png";s:12:"tmpl_created";s:10:"1494849742";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/login-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"156";s:16:"popularity_index";s:3:"275";s:11:"trend_index";s:3:"337";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:586;a:14:{s:2:"id";s:4:"3963";s:5:"title";s:32:"Restaurant Site &#8211; Homepage";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/01/R.HomepageThumb.png";s:12:"tmpl_created";s:10:"1516284821";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/restaurant-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:109:"["bar","cafe","cooking","drink","events","fast food","Food","menu","modern","reservation","Shop","snack bar"]";s:10:"menu_order";s:3:"157";s:16:"popularity_index";s:3:"231";s:11:"trend_index";s:3:"213";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:587;a:14:{s:2:"id";s:4:"3969";s:5:"title";s:28:"Restaurant Site &#8211; Menu";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/01/R.MenuThumb.png";s:12:"tmpl_created";s:10:"1516284829";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/restaurant-site-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:109:"["bar","cafe","cooking","drink","events","fast food","Food","menu","modern","reservation","Shop","snack bar"]";s:10:"menu_order";s:3:"158";s:16:"popularity_index";s:3:"368";s:11:"trend_index";s:3:"401";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:588;a:14:{s:2:"id";s:4:"3966";s:5:"title";s:29:"Restaurant Site &#8211; About";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/01/R.AboutThumb.png.png";s:12:"tmpl_created";s:10:"1516284839";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/restaurant-site-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:109:"["bar","cafe","cooking","drink","events","fast food","Food","menu","modern","reservation","Shop","snack bar"]";s:10:"menu_order";s:3:"159";s:16:"popularity_index";s:3:"239";s:11:"trend_index";s:3:"267";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:589;a:14:{s:2:"id";s:4:"3972";s:5:"title";s:31:"Restaurant Site &#8211; Contact";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/01/R.ContactThumb.png";s:12:"tmpl_created";s:10:"1516284847";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/restaurant-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:109:"["bar","cafe","cooking","drink","events","fast food","Food","menu","modern","reservation","Shop","snack bar"]";s:10:"menu_order";s:3:"160";s:16:"popularity_index";s:3:"335";s:11:"trend_index";s:3:"367";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:590;a:14:{s:2:"id";s:4:"2080";s:5:"title";s:27:"Ski Resort &#8211; Homepage";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Home-Page.png";s:12:"tmpl_created";s:10:"1508161124";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/ski-resort-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"161";s:16:"popularity_index";s:3:"301";s:11:"trend_index";s:3:"269";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:591;a:14:{s:2:"id";s:4:"2088";s:5:"title";s:24:"Ski Resort &#8211; About";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-About.png";s:12:"tmpl_created";s:10:"1508161129";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/ski-resort-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"162";s:16:"popularity_index";s:3:"371";s:11:"trend_index";s:3:"420";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:592;a:14:{s:2:"id";s:4:"2085";s:5:"title";s:27:"Ski Resort &#8211; Services";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Services.png";s:12:"tmpl_created";s:10:"1508161134";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/ski-resort-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"163";s:16:"popularity_index";s:3:"449";s:11:"trend_index";s:3:"509";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:593;a:14:{s:2:"id";s:4:"2462";s:5:"title";s:23:"Architect &#8211; About";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2017/10/architect-–-about.png";s:12:"tmpl_created";s:10:"1508243317";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/architect-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"164";s:16:"popularity_index";s:3:"296";s:11:"trend_index";s:3:"462";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:594;a:14:{s:2:"id";s:4:"2362";s:5:"title";s:26:"Architect &#8211; Projects";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2017/10/Architect-Projects.png";s:12:"tmpl_created";s:10:"1508243335";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/architect-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"165";s:16:"popularity_index";s:3:"360";s:11:"trend_index";s:3:"441";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:595;a:14:{s:2:"id";s:3:"614";s:5:"title";s:25:"Architect &#8211; Contact";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2016/12/architect-contact.jpg";s:12:"tmpl_created";s:10:"1481549169";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/architect-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"166";s:16:"popularity_index";s:3:"261";s:11:"trend_index";s:3:"331";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:596;a:14:{s:2:"id";s:4:"2126";s:5:"title";s:37:"Construction Company &#8211; Homepage";s:9:"thumbnail";s:91:"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Home-Page.png";s:12:"tmpl_created";s:10:"1508325849";s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/construction-company-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"167";s:16:"popularity_index";s:3:"263";s:11:"trend_index";s:3:"243";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:597;a:14:{s:2:"id";s:4:"2129";s:5:"title";s:34:"Construction Company &#8211; About";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-About.png";s:12:"tmpl_created";s:10:"1508325881";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/construction-company-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"168";s:16:"popularity_index";s:3:"281";s:11:"trend_index";s:3:"351";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:598;a:14:{s:2:"id";s:4:"2135";s:5:"title";s:36:"Construction Company &#8211; Contact";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Contact.png";s:12:"tmpl_created";s:10:"1508325922";s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/construction-company-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"169";s:16:"popularity_index";s:3:"311";s:11:"trend_index";s:3:"330";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:599;a:14:{s:2:"id";s:4:"2094";s:5:"title";s:28:"Plants Shop &#8211; Homepage";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-Home.png";s:12:"tmpl_created";s:10:"1509621053";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/plants-shop-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"170";s:16:"popularity_index";s:3:"265";s:11:"trend_index";s:3:"201";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:600;a:14:{s:2:"id";s:4:"2120";s:5:"title";s:25:"Plants Shop &#8211; About";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-About.png";s:12:"tmpl_created";s:10:"1509631820";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/plants-shop-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"171";s:16:"popularity_index";s:3:"318";s:11:"trend_index";s:3:"460";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:601;a:14:{s:2:"id";s:4:"3153";s:5:"title";s:14:"Halloween Pack";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/10/halloween.png";s:12:"tmpl_created";s:10:"1508950132";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/halloween-pack/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"172";s:16:"popularity_index";s:3:"498";s:11:"trend_index";s:1:"0";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:602;a:14:{s:2:"id";s:4:"3338";s:5:"title";s:31:"Black Friday &#8211; Nature Set";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-1.png";s:12:"tmpl_created";s:10:"1511203351";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/black-friday-nature-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"173";s:16:"popularity_index";s:3:"437";s:11:"trend_index";s:3:"485";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:603;a:14:{s:2:"id";s:4:"3339";s:5:"title";s:35:"Black Friday &#8211; Pop-Styled Set";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-2.png";s:12:"tmpl_created";s:10:"1511203636";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/black-friday-pop-styled-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"174";s:16:"popularity_index";s:3:"403";s:11:"trend_index";s:3:"501";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:604;a:14:{s:2:"id";s:4:"3335";s:5:"title";s:31:"Black Friday &#8211; Retail Set";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-4.png";s:12:"tmpl_created";s:10:"1511203246";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/black-friday-retail-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"175";s:16:"popularity_index";s:3:"404";s:11:"trend_index";s:3:"516";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:605;a:14:{s:2:"id";s:4:"3340";s:5:"title";s:41:"Black Friday &#8211; Software Product Set";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-3.png";s:12:"tmpl_created";s:10:"1511203713";s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/black-friday-software-product-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"176";s:16:"popularity_index";s:3:"387";s:11:"trend_index";s:3:"514";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:606;a:14:{s:2:"id";s:4:"3517";s:5:"title";s:27:"Christmas &#8211; Gift Shop";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/12/XmasThumb.png";s:12:"tmpl_created";s:10:"1513877937";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/christmas-gift-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"177";s:16:"popularity_index";s:3:"439";s:11:"trend_index";s:3:"274";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:607;a:14:{s:2:"id";s:4:"3734";s:5:"title";s:28:"Christmas &#8211; Car Agency";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v3.png";s:12:"tmpl_created";s:10:"1514197794";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/christmas-car-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"178";s:16:"popularity_index";s:3:"425";s:11:"trend_index";s:3:"308";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:608;a:14:{s:2:"id";s:4:"3764";s:5:"title";s:33:"Christmas &#8211; Interior Design";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v6.png";s:12:"tmpl_created";s:10:"1514198234";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/christmas-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"179";s:16:"popularity_index";s:3:"411";s:11:"trend_index";s:3:"444";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:609;a:14:{s:2:"id";s:4:"3565";s:5:"title";s:27:"Christmas &#8211; Tree Shop";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/12/XmasTreeThumb.png";s:12:"tmpl_created";s:10:"1514204382";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/christmas-tree-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"180";s:16:"popularity_index";s:3:"375";s:11:"trend_index";s:3:"210";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:610;a:14:{s:2:"id";s:4:"3862";s:5:"title";s:35:"Christmas &#8211; Design Conference";s:9:"thumbnail";s:63:"https://library.elementor.com/wp-content/uploads/2017/12/q1.png";s:12:"tmpl_created";s:10:"1514206745";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/christmas-design-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"181";s:16:"popularity_index";s:3:"357";s:11:"trend_index";s:3:"487";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:611;a:14:{s:2:"id";s:4:"3777";s:5:"title";s:39:"Christmas &#8211; Snowboard Competition";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v7.png";s:12:"tmpl_created";s:10:"1514205420";s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/christmas-snowboard-competition/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"182";s:16:"popularity_index";s:3:"382";s:11:"trend_index";s:3:"424";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:612;a:14:{s:2:"id";s:3:"420";s:5:"title";s:11:"Hero UI Kit";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2016/09/library-ui-kit-cover.png";s:12:"tmpl_created";s:10:"1475067229";s:6:"author";s:9:"Elementor";s:3:"url";s:101:"https://library.elementor.com/hero-ui-kit/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"183";s:16:"popularity_index";s:2:"18";s:11:"trend_index";s:2:"43";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}}}', 'no');
INSERT INTO `wpu7_options` VALUES
(158, 'elementor_version', '2.7.5', 'yes'),
(243, 'elementor_log', 'a:4:{s:32:"2f8f61a96971c6a2320d335f993305f0";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2019-10-04 17:55:27";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:50:"Elementor data updater process has been completed.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:5:"2.7.1";s:2:"to";s:5:"2.7.3";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2019-10-04 17:55:27";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:5:"2.7.1";s:2:"to";s:5:"2.7.3";}s:7:"message";s:50:"Elementor data updater process has been completed.";s:4:"type";s:4:"info";}}s:32:"990d6d9ab33f6b875a401cc231815f71";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2019-10-07 21:27:16";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:50:"Elementor data updater process has been completed.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:5:"2.7.3";s:2:"to";s:5:"2.7.4";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2019-10-07 21:27:16";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:5:"2.7.3";s:2:"to";s:5:"2.7.4";}s:7:"message";s:50:"Elementor data updater process has been completed.";s:4:"type";s:4:"info";}}s:32:"46617db18614c0e4aff72ebe7ab850bc";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2019-11-01 00:04:43";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:50:"Elementor data updater process has been completed.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:5:"2.7.4";s:2:"to";s:5:"2.7.5";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2019-11-01 00:04:43";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:5:"2.7.4";s:2:"to";s:5:"2.7.5";}s:7:"message";s:50:"Elementor data updater process has been completed.";s:4:"type";s:4:"info";}}s:32:"4aa0381e578c2e3953846a71cedc1ebb";O:31:"Elementor\\Core\\Logger\\Items\\PHP":9:{s:7:"\0*\0file";s:113:"/home3/ciminformatica/public_html/tecnologia/wp-content/plugins/elementor-pro/modules/gallery/widgets/gallery.php";s:7:"\0*\0line";i:1426;s:7:"\0*\0date";s:19:"2019-12-04 00:40:37";s:7:"\0*\0type";s:6:"notice";s:10:"\0*\0message";s:20:"Undefined index: alt";s:7:"\0*\0meta";a:1:{s:5:"trace";a:1:{i:0;a:3:{s:8:"function";s:8:"shutdown";s:5:"class";s:29:"Elementor\\Core\\Logger\\Manager";s:4:"type";s:2:"->";}}}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2019-12-04 00:40:37";}s:7:"\0*\0args";a:5:{s:4:"type";s:6:"notice";s:7:"message";s:20:"Undefined index: alt";s:4:"file";s:113:"/home3/ciminformatica/public_html/tecnologia/wp-content/plugins/elementor-pro/modules/gallery/widgets/gallery.php";s:4:"line";i:1426;s:5:"trace";b:1;}}}', 'no'),
(338, '_elementor_global_css', 'a:5:{s:4:"time";i:1572566719;s:5:"fonts";a:2:{i:0;s:6:"Roboto";i:4;s:11:"Roboto Slab";}s:5:"icons";a:0:{}s:6:"status";s:4:"file";i:0;b:0;}', 'yes'),
(507, '_site_transient_update_plugins', 'O:8:"stdClass":5:{s:12:"last_checked";i:1575421265;s:7:"checked";a:7:{s:19:"akismet/akismet.php";s:5:"4.1.3";s:29:"custom-fonts/custom-fonts.php";s:5:"1.2.0";s:23:"elementor/elementor.php";s:5:"2.7.5";s:51:"elementor-addon-widgets/elementor-addon-widgets.php";s:5:"1.3.2";s:31:"elementor-pro/elementor-pro.php";s:5:"2.7.3";s:9:"hello.php";s:5:"1.7.2";s:49:"navmenu-addon-for-elementor/elementor-navmenu.php";s:5:"1.1.6";}s:8:"response";a:0:{}s:12:"translations";a:0:{}s:9:"no_update";a:6:{s:19:"akismet/akismet.php";O:8:"stdClass":9:{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:5:"4.1.3";s:3:"url";s:38:"https://wordpress.org/plugins/akismet/";s:7:"package";s:56:"https://downloads.wordpress.org/plugin/akismet.4.1.3.zip";s:5:"icons";a:2:{s:2:"2x";s:59:"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272";s:2:"1x";s:59:"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272";}s:7:"banners";a:1:{s:2:"1x";s:61:"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904";}s:11:"banners_rtl";a:0:{}}s:29:"custom-fonts/custom-fonts.php";O:8:"stdClass":9:{s:2:"id";s:26:"w.org/plugins/custom-fonts";s:4:"slug";s:12:"custom-fonts";s:6:"plugin";s:29:"custom-fonts/custom-fonts.php";s:11:"new_version";s:5:"1.2.0";s:3:"url";s:43:"https://wordpress.org/plugins/custom-fonts/";s:7:"package";s:61:"https://downloads.wordpress.org/plugin/custom-fonts.1.2.0.zip";s:5:"icons";a:2:{s:2:"2x";s:65:"https://ps.w.org/custom-fonts/assets/icon-256x256.png?rev=1816364";s:2:"1x";s:65:"https://ps.w.org/custom-fonts/assets/icon-128x128.png?rev=1816364";}s:7:"banners";a:2:{s:2:"2x";s:68:"https://ps.w.org/custom-fonts/assets/banner-1544x500.png?rev=1816364";s:2:"1x";s:67:"https://ps.w.org/custom-fonts/assets/banner-772x250.png?rev=1816364";}s:11:"banners_rtl";a:0:{}}s:23:"elementor/elementor.php";O:8:"stdClass":9:{s:2:"id";s:23:"w.org/plugins/elementor";s:4:"slug";s:9:"elementor";s:6:"plugin";s:23:"elementor/elementor.php";s:11:"new_version";s:5:"2.7.5";s:3:"url";s:40:"https://wordpress.org/plugins/elementor/";s:7:"package";s:58:"https://downloads.wordpress.org/plugin/elementor.2.7.5.zip";s:5:"icons";a:3:{s:2:"2x";s:62:"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768";s:2:"1x";s:54:"https://ps.w.org/elementor/assets/icon.svg?rev=1426809";s:3:"svg";s:54:"https://ps.w.org/elementor/assets/icon.svg?rev=1426809";}s:7:"banners";a:2:{s:2:"2x";s:65:"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479";s:2:"1x";s:64:"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479";}s:11:"banners_rtl";a:0:{}}s:51:"elementor-addon-widgets/elementor-addon-widgets.php";O:8:"stdClass":9:{s:2:"id";s:37:"w.org/plugins/elementor-addon-widgets";s:4:"slug";s:23:"elementor-addon-widgets";s:6:"plugin";s:51:"elementor-addon-widgets/elementor-addon-widgets.php";s:11:"new_version";s:5:"1.3.2";s:3:"url";s:54:"https://wordpress.org/plugins/elementor-addon-widgets/";s:7:"package";s:66:"https://downloads.wordpress.org/plugin/elementor-addon-widgets.zip";s:5:"icons";a:2:{s:2:"2x";s:76:"https://ps.w.org/elementor-addon-widgets/assets/icon-256x256.png?rev=1493594";s:2:"1x";s:76:"https://ps.w.org/elementor-addon-widgets/assets/icon-256x256.png?rev=1493594";}s:7:"banners";a:1:{s:2:"1x";s:78:"https://ps.w.org/elementor-addon-widgets/assets/banner-772x250.png?rev=1493594";}s:11:"banners_rtl";a:0:{}}s:9:"hello.php";O:8:"stdClass":9:{s:2:"id";s:25:"w.org/plugins/hello-dolly";s:4:"slug";s:11:"hello-dolly";s:6:"plugin";s:9:"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.2.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:1:{s:2:"1x";s:66:"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855";}s:11:"banners_rtl";a:0:{}}s:49:"navmenu-addon-for-elementor/elementor-navmenu.php";O:8:"stdClass":9:{s:2:"id";s:41:"w.org/plugins/navmenu-addon-for-elementor";s:4:"slug";s:27:"navmenu-addon-for-elementor";s:6:"plugin";s:49:"navmenu-addon-for-elementor/elementor-navmenu.php";s:11:"new_version";s:5:"1.1.6";s:3:"url";s:58:"https://wordpress.org/plugins/navmenu-addon-for-elementor/";s:7:"package";s:70:"https://downloads.wordpress.org/plugin/navmenu-addon-for-elementor.zip";s:5:"icons";a:2:{s:2:"2x";s:80:"https://ps.w.org/navmenu-addon-for-elementor/assets/icon-256x256.png?rev=1864089";s:2:"1x";s:80:"https://ps.w.org/navmenu-addon-for-elementor/assets/icon-256x256.png?rev=1864089";}s:7:"banners";a:1:{s:2:"1x";s:82:"https://ps.w.org/navmenu-addon-for-elementor/assets/banner-772x250.png?rev=1608296";}s:11:"banners_rtl";a:0:{}}}}', 'no'),
(523, '_transient_timeout_feed_mod_9bc1b9ec726e1f508c5207949084454a', '1575457501', 'no'),
(524, '_transient_feed_mod_9bc1b9ec726e1f508c5207949084454a', '1575414301', 'no'),
(525, '_transient_timeout_themeisle_sdk_feed_items', '1575587101', 'no'),
(526, '_transient_themeisle_sdk_feed_items', 'a:5:{i:0;a:3:{s:5:"title";s:49:"How to Import Tumblr to WordPress in 5 Easy Steps";s:4:"date";i:1575366010;s:4:"link";s:54:"https://themeisle.com/blog/import-tumblr-to-wordpress/";}i:1;a:3:{s:5:"title";s:56:"How to Embed Google Form Into WordPress (Easiest Method)";s:4:"date";i:1575277947;s:4:"link";s:60:"https://themeisle.com/blog/embed-google-form-into-wordpress/";}i:2;a:3:{s:5:"title";s:76:"How Segunda Oportunidad Used the Neve Theme to Make Their Charity Work Known";s:4:"date";i:1574934678;s:4:"link";s:61:"https://themeisle.com/blog/segunda-oportunidad-neve-showcase/";}i:3;a:3:{s:5:"title";s:70:"How to Properly Migrate Medium to WordPress in 2019 (All Your Content)";s:4:"date";i:1574850933;s:4:"link";s:55:"https://themeisle.com/blog/migrate-medium-to-wordpress/";}i:4;a:3:{s:5:"title";s:61:"SiteGround vs GoDaddy: Detailed Comparison Based on Real Data";s:4:"date";i:1574761537;s:4:"link";s:49:"https://themeisle.com/blog/siteground-vs-godaddy/";}}', 'no'),
(527, '_transient_timeout_themeisle_sdk_products', '1575435901', 'no'),
(528, '_transient_themeisle_sdk_products', 'a:7:{i:0;a:4:{s:4:"name";s:4:"Neve";s:4:"type";s:5:"theme";s:4:"slug";s:4:"neve";s:8:"installs";i:70000;}i:1;a:4:{s:4:"name";s:6:"Hestia";s:4:"type";s:5:"theme";s:4:"slug";s:6:"hestia";s:8:"installs";i:100000;}i:2;a:4:{s:4:"name";s:46:"Gutenberg Blocks and Template Library by Otter";s:4:"type";s:6:"plugin";s:4:"slug";s:12:"otter-blocks";s:8:"installs";i:30000;}i:3;a:4:{s:4:"name";s:22:"Orbit Fox by ThemeIsle";s:4:"type";s:6:"plugin";s:4:"slug";s:19:"themeisle-companion";s:8:"installs";i:300000;}i:4;a:4:{s:4:"name";s:77:"RSS Aggregator by Feedzy &#8211; Powerful WP Autoblogging and News Aggregator";s:4:"type";s:6:"plugin";s:4:"slug";s:16:"feedzy-rss-feeds";s:8:"installs";i:30000;}i:5;a:4:{s:4:"name";s:51:"Visualizer: Tables and Charts Manager for WordPress";s:4:"type";s:6:"plugin";s:4:"slug";s:10:"visualizer";s:8:"installs";i:40000;}i:6;a:4:{s:4:"name";s:22:"WP Product Review Lite";s:4:"type";s:6:"plugin";s:4:"slug";s:17:"wp-product-review";s:8:"installs";i:40000;}}', 'no'),
(529, '_site_transient_timeout_community-events-687d322898b1d9bdc3de38d6e3c415fd', '1575457512', 'no'),
(530, '_site_transient_community-events-687d322898b1d9bdc3de38d6e3c415fd', 'a:3:{s:9:"sandboxed";b:0;s:8:"location";a:1:{s:2:"ip";s:11:"187.16.55.0";}s:6:"events";a:0:{}}', 'no'),
(531, '_transient_timeout_feed_904d8b9a89991129f323ec42a3518efa', '1575457513', 'no'),
(532, '_transient_feed_904d8b9a89991129f323ec42a3518efa', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:79:"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:18:"WordPress Portugal";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:23:"https://wp-portugal.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:42:"Site da Comunidade Portuguesa de WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:34:"\n	Wed, 20 Nov 2019 14:01:00 +0000	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"pt-PT";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wordpress.org/?v=5.1.3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:20:{i:0;a:6:{s:4:"data";s:54:"\n		\n		\n				\n				\n		\n				\n		\n\n		\n				\n						\n		\n							";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:70:"Porto WordPress Meetup: (re)Escrever um Plugin: Quando, Como e Porquê";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:100:"https://wp-portugal.com/2019/11/20/porto-wordpress-meetup-reescrever-um-plugin-quando-como-e-porque/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:108:"https://wp-portugal.com/2019/11/20/porto-wordpress-meetup-reescrever-um-plugin-quando-como-e-porque/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 20 Nov 2019 14:01:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:16:"WordCamp/Meetups";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:22:"Porto WordPress Meetup";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"https://wp-portugal.com/?p=6927";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:270:"(re)Escrever um Plugin: Quando, Como e Porquê. É este o tema do Porto WordPress Meetup de Novembro. Carlos Moreira faz desenvolvimento de plugins para WordPress desde há 7 anos. Nesta apresentação vai contar-nos porque decidiu reescrever um dos seus plugins &#8230;";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"José Freitas";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:105:"https://wp-portugal.com/2019/11/20/porto-wordpress-meetup-reescrever-um-plugin-quando-como-e-porque/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:63:"\n		\n		\n				\n				\n		\n				\n		\n		\n		\n		\n\n		\n				\n						\n		\n							";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:13:"WordPress 5.3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:49:"https://wp-portugal.com/2019/11/12/wordpress-5-3/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:57:"https://wp-portugal.com/2019/11/12/wordpress-5-3/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 12 Nov 2019 22:06:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:5:{i:0;a:5:{s:4:"data";s:5:"Geral";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"PHP 7.4";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:8:"REST API";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:13:"Twenty Twenty";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:13:"WordPress 5.3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"https://wp-portugal.com/?p=6929";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:290:"Está lançado o WordPress 5.3 &#8220;Kirk&#8221;. Traz novos blocos, uma interacção com os blocos mais simples, melhor gestão de conteúdos de multimédia, melhorias na acessibilidade e o novo tema por omissão, Twenty Twenty. Há novidades para os programadores nos componentes &#8230;";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"José Freitas";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:54:"https://wp-portugal.com/2019/11/12/wordpress-5-3/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:54:"\n		\n		\n				\n				\n		\n				\n		\n\n		\n				\n						\n		\n							";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:54:"Meetup WordPress Lisboa: Qual é o teu super poder WP?";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:87:"https://wp-portugal.com/2019/11/11/meetup-wordpress-lisboa-qual-e-o-teu-super-poder-wp/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:95:"https://wp-portugal.com/2019/11/11/meetup-wordpress-lisboa-qual-e-o-teu-super-poder-wp/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 11 Nov 2019 16:49:28 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:16:"WordCamp/Meetups";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:23:"Meetup WordPress Lisboa";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"https://wp-portugal.com/?p=6923";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:278:"O telefone tocou. Do outro lado a cliente pedia uma implementação &#8220;fundamental&#8221; no seu site de e-commerce. Algo &#8220;essencial&#8221; para o sucesso da loja online. A resposta passava por criar um plugin específico. Perfeito. O problema é que, na minha &#8230;";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"José Freitas";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:92:"https://wp-portugal.com/2019/11/11/meetup-wordpress-lisboa-qual-e-o-teu-super-poder-wp/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:69:"\n		\n		\n				\n				\n		\n				\n		\n		\n		\n		\n		\n		\n\n		\n				\n						\n		\n							";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:96:"O Melhor da Semana N.º 296: WordCamp US, WordCamp Europa, Gutenberg, Site Kit, CSS e segurança";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:125:"https://wp-portugal.com/2019/11/04/o-melhor-da-semana-n-o-296-wordcamp-us-wordcamp-europa-gutenberg-site-kit-css-e-seguranca/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:133:"https://wp-portugal.com/2019/11/04/o-melhor-da-semana-n-o-296-wordcamp-us-wordcamp-europa-gutenberg-site-kit-css-e-seguranca/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 04 Nov 2019 10:03:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:7:{i:0;a:5:{s:4:"data";s:16:"Melhor da Semana";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:3:"CSS";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:9:"Gutenberg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:10:"segurança";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:8:"Site Kit";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:5;a:5:{s:4:"data";s:15:"WordCamp Europa";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:6;a:5:{s:4:"data";s:11:"WordCamp US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"https://wp-portugal.com/?p=6912";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:255:"O WordCamp dos Estados Unidos decorreu no fim-de-semana. Como habitual, um dos dos momentos altos foi a apresentação do State of the Word, por Matt Mulenweg. A transcrição pode ser encontrada no Matt Report, de Matt Medeiros. O essencial está &#8230;";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"José Freitas";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:130:"https://wp-portugal.com/2019/11/04/o-melhor-da-semana-n-o-296-wordcamp-us-wordcamp-europa-gutenberg-site-kit-css-e-seguranca/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:60:"\n		\n		\n				\n				\n		\n				\n		\n		\n		\n\n		\n				\n						\n		\n							";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:83:"O Melhor da Semana N.º 295: WordCamp Europe 2020, WordPress 5.3, temas e Gutenberg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:115:"https://wp-portugal.com/2019/10/28/o-melhor-da-semana-n-o-295-wordcamp-europe-2020-wordpress-5-3-temas-e-gutenberg/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:123:"https://wp-portugal.com/2019/10/28/o-melhor-da-semana-n-o-295-wordcamp-europe-2020-wordpress-5-3-temas-e-gutenberg/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 28 Oct 2019 10:24:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:4:{i:0;a:5:{s:4:"data";s:16:"Melhor da Semana";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:9:"Gutenberg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:20:"WordCamp Europe 2020";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:13:"WordPress 5.3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"https://wp-portugal.com/?p=6905";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:239:"Esta foi uma semana claramente dominada pelas novidades do WordCamp Europa 2020, que será no Porto, entre 4 e 6 de Junho. Foi declara aberta a apresentação de candidaturas a orador no evento. Foi ainda anunciada a parceria com a &#8230;";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"José Freitas";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:120:"https://wp-portugal.com/2019/10/28/o-melhor-da-semana-n-o-295-wordcamp-europe-2020-wordpress-5-3-temas-e-gutenberg/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:57:"\n		\n		\n				\n				\n		\n				\n		\n		\n\n		\n				\n						\n		\n							";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:67:"O Melhor da Semana N.º 294: WordPress 5.3, CSS e uma nova internet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:100:"https://wp-portugal.com/2019/10/21/o-melhor-da-semana-n-o-294-wordpress-5-3-css-e-uma-nova-internet/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:108:"https://wp-portugal.com/2019/10/21/o-melhor-da-semana-n-o-294-wordpress-5-3-css-e-uma-nova-internet/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 21 Oct 2019 07:58:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:16:"Melhor da Semana";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:3:"CSS";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:13:"WordPress 5.3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"https://wp-portugal.com/?p=6897";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:264:"Com a proximidade do lançamento do WordPress 5.3 esta é uma edição cheia de novidades relacionadas com a nova versão. A começar pelo guia do WordPress 5.3, que está em contínuo desenvolvimento. Há novidades nos estilos da área de administração, &#8230;";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"José Freitas";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:105:"https://wp-portugal.com/2019/10/21/o-melhor-da-semana-n-o-294-wordpress-5-3-css-e-uma-nova-internet/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:60:"\n		\n		\n				\n				\n		\n				\n		\n		\n		\n\n		\n				\n						\n		\n							";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:103:"Porto WordPress Meetup: O que descobri quando analisei a segurança de “todos” os plugins WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:131:"https://wp-portugal.com/2019/10/17/porto-wordpress-meetup-o-que-descobri-quando-analisei-a-seguranca-de-todos-os-plugins-wordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:139:"https://wp-portugal.com/2019/10/17/porto-wordpress-meetup-o-que-descobri-quando-analisei-a-seguranca-de-todos-os-plugins-wordpress/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 17 Oct 2019 14:41:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:4:{i:0;a:5:{s:4:"data";s:16:"WordCamp/Meetups";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:11:"Lenon Leite";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:22:"Porto WordPress Meetup";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:10:"segurança";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"https://wp-portugal.com/?p=6892";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:267:"Há alguns anos que Lenon Leite trabalho no aprimoramento de um SAST (Static Application Security Testing) pessoal, com o foco em WordPress. Isto deu origem a muitas publicações como esta. O resultado dessa pesquisa de segurança em massa é impressionante. &#8230;";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"José Freitas";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:136:"https://wp-portugal.com/2019/10/17/porto-wordpress-meetup-o-que-descobri-quando-analisei-a-seguranca-de-todos-os-plugins-wordpress/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:54:"\n		\n		\n				\n				\n		\n				\n		\n\n		\n				\n						\n		\n							";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"WordPress 5.2.4 disponível";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"https://wp-portugal.com/2019/10/15/wordpress-5-2-4-disponivel/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:70:"https://wp-portugal.com/2019/10/15/wordpress-5-2-4-disponivel/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 15 Oct 2019 05:48:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:5:"Geral";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:15:"WordPress 5.2.4";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"https://wp-portugal.com/?p=6890";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:266:"Foi lançado o WordPress 5.2.4. Trata-se de uma versão de segurança que resolve 6 problemas. O WordPress, nas versões 5.2.3 e anteriores, era afectados por alguns bugs que ficaram resolvidos na 5.2.4. Podes actualizar o WordPress através do Painel -&#62; &#8230;";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"José Freitas";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:67:"https://wp-portugal.com/2019/10/15/wordpress-5-2-4-disponivel/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:60:"\n		\n		\n				\n				\n		\n				\n		\n		\n		\n\n		\n				\n						\n		\n							";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:81:"O Melhor da Semana N.º 293: WordPress 5.3, PHP 7.4, segurança e o futuro da web";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:112:"https://wp-portugal.com/2019/10/14/o-melhor-da-semana-n-o-293-wordpress-5-3-php-7-4-seguranca-e-o-futuro-da-web/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:120:"https://wp-portugal.com/2019/10/14/o-melhor-da-semana-n-o-293-wordpress-5-3-php-7-4-seguranca-e-o-futuro-da-web/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 14 Oct 2019 07:13:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:4:{i:0;a:5:{s:4:"data";s:16:"Melhor da Semana";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"PHP 7.4";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:10:"segurança";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:13:"WordPress 5.3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"https://wp-portugal.com/?p=6880";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:269:"O WordPress 5.3 vai trazer a implementação de um botão &#8216;Mostrar&#8217; junto do campo de senha no ecrã de login. A ideia é permitir aos utilizadores verificarem se introduziram a senha correcta. Esta versão traz também novidades no processamento de &#8230;";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"José Freitas";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:117:"https://wp-portugal.com/2019/10/14/o-melhor-da-semana-n-o-293-wordpress-5-3-php-7-4-seguranca-e-o-futuro-da-web/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:60:"\n		\n		\n				\n				\n		\n				\n		\n		\n		\n\n		\n				\n						\n		\n							";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:102:"O Melhor da Semana N.º 292: WordPress 5.3, Twenty Twenty, PHP, debates sobre open source e comunidade";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:133:"https://wp-portugal.com/2019/10/07/o-melhor-da-semana-n-o-292-wordpress-5-3-twenty-twenty-php-debates-sobre-open-source-e-comunidade/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:141:"https://wp-portugal.com/2019/10/07/o-melhor-da-semana-n-o-292-wordpress-5-3-twenty-twenty-php-debates-sobre-open-source-e-comunidade/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 07 Oct 2019 06:27:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:4:{i:0;a:5:{s:4:"data";s:16:"Melhor da Semana";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:42:"O Melhor da Semana N.º 292: WordPress 5.3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:3:"PHP";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:13:"Twenty Twenty";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"https://wp-portugal.com/?p=6870";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:241:"O WordPress 5.3 está agora na versão Beta 2. O novo tema por omissão, o Twenty Twenty, registou uma actualização. O directório de plugins actualizou a versão de PHP para 7.2. Isto significa que os autores de plugins podem usar &#8230;";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"José Freitas";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:138:"https://wp-portugal.com/2019/10/07/o-melhor-da-semana-n-o-292-wordpress-5-3-twenty-twenty-php-debates-sobre-open-source-e-comunidade/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:54:"\n		\n		\n				\n				\n		\n				\n		\n\n		\n				\n						\n		\n							";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:73:"Santa Maria da Feira WordPress Meetup: Como criar um website desde o zero";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:108:"https://wp-portugal.com/2019/10/04/santa-maria-da-feira-wordpress-meetup-como-criar-um-website-desde-o-zero/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:116:"https://wp-portugal.com/2019/10/04/santa-maria-da-feira-wordpress-meetup-como-criar-um-website-desde-o-zero/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 04 Oct 2019 09:10:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:16:"WordCamp/Meetups";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:37:"Santa Maria da Feira WordPress Meetup";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"https://wp-portugal.com/?p=6867";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:244:"&#8220;Como criar um website desde o zero&#8221; é o tema do Santa Maria da Feira WordPress Meetup. Esta é a primeira edição naquela cidade e resulta de uma transferência de localização de Espinho para Santa Maria da Feira. O que &#8230;";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"José Freitas";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:113:"https://wp-portugal.com/2019/10/04/santa-maria-da-feira-wordpress-meetup-como-criar-um-website-desde-o-zero/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:60:"\n		\n		\n				\n				\n		\n				\n		\n		\n		\n\n		\n				\n						\n		\n							";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:79:"O Melhor da Semana N.º 291: WordPress 5.3, editor de blocos, temas em mudança";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:110:"https://wp-portugal.com/2019/10/01/o-melhor-da-semana-n-o-291-wordpress-5-3-editor-de-blocos-temas-em-mudanca/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:118:"https://wp-portugal.com/2019/10/01/o-melhor-da-semana-n-o-291-wordpress-5-3-editor-de-blocos-temas-em-mudanca/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 01 Oct 2019 08:34:47 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:4:{i:0;a:5:{s:4:"data";s:16:"Melhor da Semana";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:16:"editor de blocos";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:5:"temas";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:13:"WordPress 5.3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"https://wp-portugal.com/?p=6859";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:237:"O WordPress 5.3 está em Beta 1, pronto para testes intensivos. Se tudo correr como previsto, será lançado a 12 de Novembro. Esta versão traz um novo tema, o Twenty Twenty, que registou mais de 300 participações por parte da &#8230;";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"José Freitas";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:115:"https://wp-portugal.com/2019/10/01/o-melhor-da-semana-n-o-291-wordpress-5-3-editor-de-blocos-temas-em-mudanca/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:60:"\n		\n		\n				\n				\n		\n				\n		\n		\n		\n\n		\n				\n						\n		\n							";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:78:"O Melhor da Semana N.º 290: Meetup, Gutenberg, sustentabilidade e diversidade";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:110:"https://wp-portugal.com/2019/09/23/o-melhor-da-semana-n-o-290-meetup-gutenberg-sustentabilidade-e-diversidade/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:118:"https://wp-portugal.com/2019/09/23/o-melhor-da-semana-n-o-290-meetup-gutenberg-sustentabilidade-e-diversidade/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 23 Sep 2019 13:41:01 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:4:{i:0;a:5:{s:4:"data";s:16:"Melhor da Semana";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:16:"editor de blocos";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:9:"Gutenberg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:16:"sustentabilidade";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"https://wp-portugal.com/?p=6848";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:229:"Esta é uma semana especial, com dois meetup da Comunidade Portuguesa de WordPress e os dois no mesmo dia, quinta-feira, e à mesma hora, 19h00. Um no Porto e outro em Lisboa. No Porto, vamos ter dicas de performance para &#8230;";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"José Freitas";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:115:"https://wp-portugal.com/2019/09/23/o-melhor-da-semana-n-o-290-meetup-gutenberg-sustentabilidade-e-diversidade/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:60:"\n		\n		\n				\n				\n		\n				\n		\n		\n		\n\n		\n				\n						\n		\n							";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:92:"Porto WordPress Meetup: Dicas de optimização de loja online para um Natal sem turbulência";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:124:"https://wp-portugal.com/2019/09/18/porto-wordpress-meetup-dicas-de-optimizacao-de-loja-online-para-um-natal-sem-turbulencia/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:132:"https://wp-portugal.com/2019/09/18/porto-wordpress-meetup-dicas-de-optimizacao-de-loja-online-para-um-natal-sem-turbulencia/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Sep 2019 17:13:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:4:{i:0;a:5:{s:4:"data";s:16:"WordCamp/Meetups";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:22:"comércio electrónico";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:10:"e-commerce";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:22:"Porto WordPress Meetup";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"https://wp-portugal.com/?p=6843";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:226:"Estamos a caminho do período mais agitado do ano para uma parte significativa das lojas online. É o Black Friday, é a Cyber Monday, é o Natal e são as promoções e saldos das semanas após o Natal. Para responder &#8230;";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"José Freitas";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:129:"https://wp-portugal.com/2019/09/18/porto-wordpress-meetup-dicas-de-optimizacao-de-loja-online-para-um-natal-sem-turbulencia/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:63:"\n		\n		\n				\n				\n		\n				\n		\n		\n		\n		\n\n		\n				\n						\n		\n							";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:82:"O Melhor da Semana N.º 289: WordPress 5.3, Toolbelt, Google, GPL e código aberto";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:112:"https://wp-portugal.com/2019/09/16/o-melhor-da-semana-n-o-289-wordpress-5-3-toolbelt-google-gpl-e-codigo-aberto/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:120:"https://wp-portugal.com/2019/09/16/o-melhor-da-semana-n-o-289-wordpress-5-3-toolbelt-google-gpl-e-codigo-aberto/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 16 Sep 2019 20:44:39 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:5:{i:0;a:5:{s:4:"data";s:16:"Melhor da Semana";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:6:"Google";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:3:"GPL";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:8:"Toolbelt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:13:"WordPress 5.3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"https://wp-portugal.com/?p=6832";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:246:"A versão do Gutenberg 6.4 será a última a ser transportada na integra para o WordPress 5.3. A versão beta desta próxima versão está prevista para o dia 23 de Setembro. Testar JavaScript ao estilo do WordPress. Ben Gillbanks lançou &#8230;";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"José Freitas";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:117:"https://wp-portugal.com/2019/09/16/o-melhor-da-semana-n-o-289-wordpress-5-3-toolbelt-google-gpl-e-codigo-aberto/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:15;a:6:{s:4:"data";s:54:"\n		\n		\n				\n				\n		\n				\n		\n\n		\n				\n						\n		\n							";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:70:"Meetup WordPress Lisboa: Como gerir um projecto de WP junto do cliente";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:105:"https://wp-portugal.com/2019/09/13/meetup-wordpress-lisboa-como-gerir-um-projecto-de-wp-junto-do-cliente/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:113:"https://wp-portugal.com/2019/09/13/meetup-wordpress-lisboa-como-gerir-um-projecto-de-wp-junto-do-cliente/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 13 Sep 2019 09:21:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:16:"WordCamp/Meetups";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:22:"Filipa Simões Freitas";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"https://wp-portugal.com/?p=6829";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:274:"Fazer um projecto em WordPress também passa por ter clientes. Como devemos então gerir os clientes desde o primeiro contacto que pode originar um orçamento ou filtrar logo que não somos compatíveis. Devemos &#8220;educar&#8221; o nosso cliente? Que erros comuns &#8230;";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"José Freitas";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:110:"https://wp-portugal.com/2019/09/13/meetup-wordpress-lisboa-como-gerir-um-projecto-de-wp-junto-do-cliente/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:16;a:6:{s:4:"data";s:66:"\n		\n		\n				\n				\n		\n				\n		\n		\n		\n		\n		\n\n		\n				\n						\n		\n							";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:78:"O Melhor da Semana N.º 288: WordPress 5.3 com muitas novidades e um novo tema";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:112:"https://wp-portugal.com/2019/09/09/o-melhor-da-semana-n-o-288-wordpress-5-3-com-muitas-novidades-e-um-novo-tema/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:120:"https://wp-portugal.com/2019/09/09/o-melhor-da-semana-n-o-288-wordpress-5-3-com-muitas-novidades-e-um-novo-tema/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 09 Sep 2019 07:55:39 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:6:{i:0;a:5:{s:4:"data";s:16:"Melhor da Semana";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:12:"lazy loading";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:7:"plugins";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:24:"The WordPress Governance";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:13:"WordPress 5.3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:5;a:5:{s:4:"data";s:13:"WordSesh EMEA";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"https://wp-portugal.com/?p=6814";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:246:"Depois de uma pausa em Agosto, o Espinho WordPress Meetup regressa em Setembro. É já no sábado, dia 14, e vai decorrer na praia. Não percas... Depois do lançamento do WordPress 5.2.3 já se trabalha para a versão 5.3, prevista para &#8230;";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"José Freitas";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:117:"https://wp-portugal.com/2019/09/09/o-melhor-da-semana-n-o-288-wordpress-5-3-com-muitas-novidades-e-um-novo-tema/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:17;a:6:{s:4:"data";s:54:"\n		\n		\n				\n				\n		\n				\n		\n\n		\n				\n						\n		\n							";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:53:"WordPress 5.2.3: versão de manutenção e segurança";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:84:"https://wp-portugal.com/2019/09/05/wordpress-5-2-3-versao-de-manutencao-e-seguranca/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:92:"https://wp-portugal.com/2019/09/05/wordpress-5-2-3-versao-de-manutencao-e-seguranca/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 05 Sep 2019 05:49:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:5:"Geral";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:15:"WordPress 5.2.3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"https://wp-portugal.com/?p=6812";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:269:"Está lançado o WordPress 5.2.3. Trata-se de uma versão de manutenção e segurança, que resolve 29 bugs e traz pequenos melhoramentos. Integra ainda a resolução de algumas falhas de segurança que afectam as versões 5.2.2 e anteriores. Entre os problemas &#8230;";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"José Freitas";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:89:"https://wp-portugal.com/2019/09/05/wordpress-5-2-3-versao-de-manutencao-e-seguranca/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:18;a:6:{s:4:"data";s:66:"\n		\n		\n				\n				\n		\n				\n		\n		\n		\n		\n		\n\n		\n				\n						\n		\n							";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:76:"O Melhor da Semana N.º 287: Gutenberg, Site Kit, WP-CLI, WordPress como CMS";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:107:"https://wp-portugal.com/2019/09/02/o-melhor-da-semana-n-o-287-gutenberg-site-kit-wp-cli-wordpress-como-cms/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:115:"https://wp-portugal.com/2019/09/02/o-melhor-da-semana-n-o-287-gutenberg-site-kit-wp-cli-wordpress-como-cms/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 02 Sep 2019 09:08:12 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:6:{i:0;a:5:{s:4:"data";s:16:"Melhor da Semana";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:9:"Gutenberg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:9:"ReactGate";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:8:"Site Kit";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:18:"WP Admin reference";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:5;a:5:{s:4:"data";s:6:"WP-CLI";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"https://wp-portugal.com/?p=6802";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:256:"Um debate sobre a página de Acerca do WordPress. Mudança no Gutenberg Local Environment. Novo plugin para Gutenberg e programadores: Embed Block for Github. Esta semana há uma nova edição do Caldas da Rainha WordPress Meetup. Desta vez sobre o &#8230;";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"José Freitas";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:112:"https://wp-portugal.com/2019/09/02/o-melhor-da-semana-n-o-287-gutenberg-site-kit-wp-cli-wordpress-como-cms/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:19;a:6:{s:4:"data";s:60:"\n		\n		\n				\n				\n		\n				\n		\n		\n		\n\n		\n				\n						\n		\n							";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:93:"Caldas da Rainha WordPress Meetup: O teu superpoder por fazeres parte da Comunidade WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:101:"https://wp-portugal.com/2019/08/29/caldas-da-rainha-wordpress-meetup-superpoder-comunidade-wordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:109:"https://wp-portugal.com/2019/08/29/caldas-da-rainha-wordpress-meetup-superpoder-comunidade-wordpress/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 29 Aug 2019 13:01:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:4:{i:0;a:5:{s:4:"data";s:16:"WordCamp/Meetups";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:33:"Caldas da Rainha WordPress Meetup";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:10:"comunidade";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:34:"Comunidade Portuguesa de WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"https://wp-portugal.com/?p=6798";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:266:"&#8220;O teu superpoder por fazeres parte da Comunidade WordPress&#8221; é o tema da próxima edição do Caldas da Rainha WordPress Meetup. O evento está agendado para sexta, 6 de Setembro, às 19h00. José Freitas, líder da equipa local da organização &#8230;";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"José Freitas";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:106:"https://wp-portugal.com/2019/08/29/caldas-da-rainha-wordpress-meetup-superpoder-comunidade-wordpress/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:29:"https://wp-portugal.com/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:9:"\n	hourly	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:4:"\n	1	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:13:{s:4:"date";s:29:"Tue, 03 Dec 2019 23:05:12 GMT";s:12:"content-type";s:34:"application/rss+xml; charset=UTF-8";s:13:"last-modified";s:29:"Wed, 20 Nov 2019 14:01:00 GMT";s:4:"etag";s:34:""21fa7baf9fcd37aea1d9597b9dd13186"";s:10:"set-cookie";s:44:"PHPSESSID=vdmtp5lpm78drm7s4i287ug9d7; path=/";s:7:"expires";s:29:"Thu, 19 Nov 1981 08:52:00 GMT";s:13:"cache-control";s:35:"no-store, no-cache, must-revalidate";s:6:"pragma";s:8:"no-cache";s:12:"x-robots-tag";s:15:"noindex, follow";s:4:"link";s:60:"<https://wp-portugal.com/wp-json/>; rel="https://api.w.org/"";s:6:"server";s:16:"nginx centminmod";s:18:"alternate-protocol";s:14:"443:npn-spdy/3";s:25:"strict-transport-security";s:17:"max-age=31536000;";}}s:5:"build";s:14:"20130911123210";}', 'no');
INSERT INTO `wpu7_options` VALUES
(197, 'theme_mods_cimtecnologia', 'a:3:{i:0;b:0;s:18:"nav_menu_locations";a:0:{}s:18:"custom_css_post_id";i:33;}', 'yes'),
(535, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1575457513', 'no'),
(144, 'current_theme', 'cimtecnologia', 'yes'),
(145, 'theme_mods_oceanwp', 'a:23:{i:0;b:0;s:18:"nav_menu_locations";a:0:{}s:18:"custom_css_post_id";i:23;s:16:"header_textcolor";s:5:"blank";s:27:"ocean_footer_copyright_text";s:31:"Desenvolvido por CIM Tecnologia";s:19:"ocean_footer_bottom";b:0;s:20:"ocean_footer_widgets";b:0;s:24:"ocean_blog_image_overlay";b:0;s:37:"ocean_blog_entry_elements_positioning";a:0:{}s:38:"ocean_blog_single_featured_image_title";b:0;s:21:"ocean_blog_entry_meta";a:0:{}s:30:"ocean_has_header_border_bottom";b:0;s:21:"ocean_menu_arrow_down";b:0;s:21:"ocean_menu_arrow_side";b:0;s:30:"ocean_menu_dropdown_top_border";b:0;s:19:"ocean_schema_markup";b:1;s:13:"ocean_top_bar";b:0;s:27:"ocean_search_custom_sidebar";b:1;s:38:"ocean_mobile_menu_display_opening_text";b:0;s:31:"ocean_mobile_menu_sidr_displace";b:0;s:27:"ocean_mobile_menu_close_btn";b:0;s:24:"ocean_mobile_menu_search";b:0;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1568521009;s:4:"data";a:8:{s:19:"wp_inactive_widgets";a:0:{}s:7:"sidebar";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:14:"search_sidebar";a:0:{}s:10:"footer-one";a:0:{}s:10:"footer-two";a:0:{}s:12:"footer-three";a:0:{}s:11:"footer-four";a:0:{}}}}', 'yes'),
(146, 'theme_switched', '', 'yes'),
(149, 'recently_activated', 'a:0:{}', 'yes'),
(162, 'elementor_remote_info_feed_data', 'a:5:{i:0;a:5:{s:5:"title";s:79:"WordPress Rich Snippets Guide: Everything You Need to Know (Including Plugins) ";s:7:"excerpt";s:148:"In this post, we''ll cover everything you need to start getting rich snippets for your site, as well as review 5 of the leading Rich Snippet addons. ";s:7:"created";s:10:"1574751419";s:5:"badge";s:0:"";s:3:"url";s:113:"https://elementor.com/blog/rich-snippets/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed";}i:1;a:5:{s:5:"title";s:48:"Elementor''s Black Friday 2019: Get Up to 30% Off";s:7:"excerpt";s:127:"We are excited to announce Elementor’s Black Friday sale. Enjoy amazing discounts and an opportunity to win priceless prizes.";s:7:"created";s:10:"1574559318";s:5:"badge";s:4:"Sale";s:3:"url";s:130:"https://elementor.com/blog/black-friday-2019-announcement/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed";}i:2;a:5:{s:5:"title";s:50:"Coming Soon — Black Friday and Cyber Monday 2019";s:7:"excerpt";s:102:"We are super excited to announce that we’ve prepared something extraordinary for this Black Friday. ";s:7:"created";s:10:"1574338433";s:5:"badge";s:0:"";s:3:"url";s:124:"https://elementor.com/blog/black-friday-coming-soon/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed";}i:3;a:5:{s:5:"title";s:59:"What Online Businesses Need to Know and Do for Black Friday";s:7:"excerpt";s:220:"With Black Friday/Cyber Monday weekend fast upon us, we''ve put together a checklist and a cheat sheet so that we can enjoy Thanksgiving Dinner with our families, and rest easy knowing that we’ve got everything covered.";s:7:"created";s:10:"1574163835";s:5:"badge";s:0:"";s:3:"url";s:122:"https://elementor.com/blog/black-friday-marketing/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed";}i:4;a:5:{s:5:"title";s:40:"Podcast #53: Building Affiliate Websites";s:7:"excerpt";s:204:"Ariel Hochstadt, the co-founder of vpnMentor and Website Planet, tells us why he left Google to found his own enterprise, explains how to convey transparency, and shares his tips for novice affiliates.​";s:7:"created";s:10:"1573737194";s:5:"badge";s:0:"";s:3:"url";s:126:"https://elementor.com/blog/podcast-53-ariel-hochstadt/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed";}}', 'no'),
(516, '_transient_timeout_elementor_remote_info_api_data_2.7.5', '1575457500', 'no'),
(517, '_transient_elementor_remote_info_api_data_2.7.5', 'a:3:{s:9:"timestamp";i:1575413075;s:14:"upgrade_notice";a:3:{s:7:"version";s:5:"2.0.0";s:7:"message";s:0:"";s:11:"update_link";s:0:"";}s:17:"canary_deployment";a:2:{s:11:"plugin_info";a:11:{s:2:"id";s:23:"w.org/plugins/elementor";s:4:"slug";s:9:"elementor";s:6:"plugin";s:23:"elementor/elementor.php";s:11:"new_version";s:5:"2.7.0";s:7:"package";s:58:"https://downloads.wordpress.org/plugin/elementor.2.7.0.zip";s:3:"url";s:40:"https://wordpress.org/plugins/elementor/";s:5:"icons";a:3:{s:2:"2x";s:62:"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768";s:2:"1x";s:54:"https://ps.w.org/elementor/assets/icon.svg?rev=1426809";s:3:"svg";s:54:"https://ps.w.org/elementor/assets/icon.svg?rev=1426809";}s:7:"banners";a:2:{s:2:"2x";s:65:"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479";s:2:"1x";s:64:"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479";}s:11:"banners_rtl";a:0:{}s:6:"tested";s:5:"5.2.3";s:12:"requires_php";s:3:"5.4";}s:10:"conditions";a:1:{i:0;a:1:{i:0;a:3:{s:4:"type";s:8:"language";s:9:"languages";a:6:{i:0;s:5:"he_IL";i:1;s:5:"en_GB";i:2;s:5:"en_NZ";i:3;s:5:"en_ZA";i:4;s:5:"en_AU";i:5;s:5:"en_CA";}s:8:"operator";s:2:"in";}}}}}', 'no'),
(165, 'elementor_scheme_color', 'a:4:{i:1;s:7:"#6ec1e4";i:2;s:7:"#54595f";i:3;s:7:"#7a7a7a";i:4;s:7:"#61ce70";}', 'yes'),
(166, 'elementor_scheme_typography', 'a:4:{i:1;a:2:{s:11:"font_family";s:6:"Roboto";s:11:"font_weight";s:3:"600";}i:2;a:2:{s:11:"font_family";s:11:"Roboto Slab";s:11:"font_weight";s:3:"400";}i:3;a:2:{s:11:"font_family";s:6:"Roboto";s:11:"font_weight";s:3:"400";}i:4;a:2:{s:11:"font_family";s:6:"Roboto";s:11:"font_weight";s:3:"500";}}', 'yes'),
(167, 'elementor_scheme_color-picker', 'a:8:{i:1;s:7:"#6ec1e4";i:2;s:7:"#54595f";i:3;s:7:"#7a7a7a";i:4;s:7:"#61ce70";i:5;s:7:"#4054b2";i:6;s:7:"#23a455";i:7;s:4:"#000";i:8;s:4:"#fff";}', 'yes'),
(168, 'elementor_controls_usage', 'a:1:{s:7:"wp-page";a:10:{s:6:"column";a:2:{s:5:"count";i:14;s:8:"controls";a:1:{s:6:"layout";a:1:{s:6:"layout";a:3:{s:12:"_inline_size";i:7;s:16:"content_position";i:1;s:5:"align";i:1;}}}}s:5:"image";a:2:{s:5:"count";i:2;s:8:"controls";a:1:{s:7:"content";a:1:{s:13:"section_image";a:4:{s:5:"image";i:2;s:5:"align";i:1;s:7:"link_to";i:1;s:4:"link";i:1;}}}}s:9:"mega-menu";a:2:{s:5:"count";i:1;s:8:"controls";a:2:{s:7:"content";a:2:{s:14:"navbar_content";a:9:{s:12:"el_mega_menu";i:1;s:5:"align";i:1;s:28:"navbar_typography_typography";i:1;s:29:"navbar_typography_font_family";i:1;s:29:"navbar_typography_font_weight";i:1;s:32:"navbar_typography_text_transform";i:1;s:28:"navbar_typography_font_style";i:1;s:33:"navbar_typography_text_decoration";i:1;s:29:"navbar_typography_line_height";i:1;}s:16:"megamenu_content";a:2:{s:30:"megamenu_typography_typography";i:1;s:31:"megamenu_typography_font_family";i:1;}}s:5:"style";a:2:{s:12:"navbar_style";a:1:{s:15:"navbar_bg_color";i:1;}s:14:"megamenu_style";a:3:{s:14:"megamenu_color";i:1;s:14:"megamenu_hover";i:1;s:17:"megamenu_bg_color";i:1;}}}}s:7:"section";a:2:{s:5:"count";i:9;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:9:{s:6:"layout";i:3;s:3:"gap";i:3;s:15:"stretch_section";i:2;s:13:"content_width";i:1;s:6:"height";i:1;s:13:"custom_height";i:1;s:15:"column_position";i:1;s:16:"content_position";i:2;s:8:"html_tag";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:2;}}s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}s:8:"advanced";a:2:{s:15:"section_effects";a:1:{s:6:"sticky";i:1;}s:16:"section_advanced";a:1:{s:6:"margin";i:1;}}}}s:14:"image-carousel";a:2:{s:5:"count";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:22:"section_image_carousel";a:5:{s:8:"carousel";i:1;s:14:"thumbnail_size";i:1;s:14:"slides_to_show";i:1;s:13:"image_stretch";i:1;s:10:"navigation";i:1;}}s:8:"advanced";a:1:{s:15:"section_effects";a:2:{s:10:"_animation";i:1;s:18:"animation_duration";i:1;}}}}s:11:"menu-anchor";a:2:{s:5:"count";i:4;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_anchor";a:1:{s:6:"anchor";i:4;}}}}s:7:"heading";a:2:{s:5:"count";i:4;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:4;s:4:"size";i:4;s:5:"align";i:4;}}s:5:"style";a:1:{s:19:"section_title_style";a:7:{s:11:"title_color";i:4;s:21:"typography_typography";i:4;s:22:"typography_font_family";i:4;s:22:"typography_font_weight";i:4;s:25:"typography_text_transform";i:4;s:21:"typography_font_style";i:4;s:26:"typography_text_decoration";i:4;}}}}s:11:"text-editor";a:2:{s:5:"count";i:1;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:1;}}}}s:6:"spacer";a:2:{s:5:"count";i:1;s:8:"controls";a:0:{}}s:7:"gallery";a:2:{s:5:"count";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:8:"settings";a:5:{s:7:"gallery";i:1;s:9:"galleries";i:1;s:14:"gallery_layout";i:1;s:16:"ideal_row_height";i:1;s:7:"link_to";i:1;}s:7:"overlay";a:1:{s:18:"overlay_background";i:1;}}}}}}', 'no'),
(170, 'category_children', 'a:0:{}', 'yes'),
(388, 'can_compress_scripts', '0', 'no'),
(283, 'taxonomy_bsf_custom_fonts_2', 'a:7:{s:11:"font_woff_2";s:0:"";s:9:"font_woff";s:0:"";s:8:"font_ttf";s:77:"https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/tt0756m_.ttf";s:8:"font_svg";s:0:"";s:8:"font_eot";s:0:"";s:8:"font_otf";s:0:"";s:12:"font-display";s:4:"auto";}', 'yes'),
(551, '_site_transient_timeout_theme_roots', '1575423065', 'no'),
(552, '_site_transient_theme_roots', 'a:6:{s:13:"cimtecnologia";s:7:"/themes";s:7:"oceanwp";s:7:"/themes";s:14:"twentynineteen";s:7:"/themes";s:15:"twentyseventeen";s:7:"/themes";s:13:"twentysixteen";s:7:"/themes";s:12:"twentytwenty";s:7:"/themes";}', 'no'),
(289, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:0:{}}', 'yes'),
(303, 'auto_core_update_notified', 'a:4:{s:4:"type";s:7:"success";s:5:"email";s:34:"melquisedeque@cimtecnologia.com.br";s:7:"version";s:5:"5.2.4";s:9:"timestamp";i:1571230110;}', 'no'),
(201, 'new_admin_email', 'melquisedeque@cimtecnologia.com.br', 'yes'),
(384, 'admin_email_lifespan', '1589934762', 'yes'),
(514, '_site_transient_timeout_php_check_84762f83841bd7717ae6e078c4ccdd1d', '1576019099', 'no'),
(515, '_site_transient_php_check_84762f83841bd7717ae6e078c4ccdd1d', 'a:5:{s:19:"recommended_version";s:3:"7.3";s:15:"minimum_version";s:6:"5.6.20";s:12:"is_supported";b:1;s:9:"is_secure";b:1;s:13:"is_acceptable";b:1;}', 'no'),
(506, '_site_transient_update_themes', 'O:8:"stdClass":4:{s:12:"last_checked";i:1575421265;s:7:"checked";a:6:{s:13:"cimtecnologia";s:5:"1.0.0";s:7:"oceanwp";s:5:"1.7.3";s:14:"twentynineteen";s:3:"1.4";s:15:"twentyseventeen";s:3:"2.2";s:13:"twentysixteen";s:3:"2.0";s:12:"twentytwenty";s:3:"1.0";}s:8:"response";a:0:{}s:12:"translations";a:0:{}}', 'no'),
(464, 'neve_upsell_off', 'yes', 'yes'),
(437, 'elementor_pro_version', '2.7.3', 'yes'),
(438, 'widget_elementor-library', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(439, '_elementor_pro_installed_time', '1574383007', 'yes'),
(440, 'elementor_connect_site_key', '5e1e111e9f1434dd39b4e38a643a537f', 'yes'),
(441, 'elementor_pro_license_key', '5755b2af7ed69aee529c4c8d7156248e', 'yes'),
(444, 'elementor_fonts_manager_font_types', 'a:0:{}', 'yes'),
(445, 'elementor_fonts_manager_fonts', 'a:0:{}', 'yes'),
(446, 'elementor_custom_icon_sets_config', 'a:0:{}', 'yes'),
(465, 'elementor_addon_widgets_install', '1574395418', 'yes'),
(498, '_transient_timeout_elementor_addon_widgets_all_languages', '1575921956', 'no'),
(499, '_transient_elementor_addon_widgets_all_languages', 'a:1:{s:12:"translations";a:0:{}}', 'no'),
(541, 'widget_eaw-recent-posts-plus', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(461, 'elementor_pro_tracker_notice', '1', 'yes'),
(462, 'elementor_allow_tracking', 'no', 'yes'),
(463, 'elementor_tracker_notice', '1', 'yes'),
(533, '_transient_timeout_feed_mod_904d8b9a89991129f323ec42a3518efa', '1575457513', 'no'),
(534, '_transient_feed_mod_904d8b9a89991129f323ec42a3518efa', '1575414313', 'no'),
(536, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1575457513', 'no'),
(537, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1575414313', 'no'),
(538, '_transient_timeout_dash_v2_c474ac040fe714b989c4d1d8f71b45a5', '1575457513', 'no'),
(539, '_transient_dash_v2_c474ac040fe714b989c4d1d8f71b45a5', '<div class="rss-widget"><ul><li><a class=''rsswidget'' href=''https://wp-portugal.com/2019/11/20/porto-wordpress-meetup-reescrever-um-plugin-quando-como-e-porque/''>Porto WordPress Meetup: (re)Escrever um Plugin: Quando, Como e Porquê</a></li></ul></div><div class="rss-widget"><ul><li><a class=''rsswidget'' href=''https://wptavern.com/black-friday-banner-gone-wrong-advertising-in-free-plugins''>WPTavern: Black Friday Banner Gone Wrong: Advertising in Free Plugins</a></li><li><a class=''rsswidget'' href=''https://buddypress.org/2019/12/bp-beta-tester-1-0-0/''>BuddyPress: ​​Contributing to BuddyPress just got easier :)</a></li><li><a class=''rsswidget'' href=''https://wptavern.com/gutenberg-7-0-launches-stable-navigation-block-post-blocks-and-template-parts''>WPTavern: Gutenberg 7.0 Launches Stable Navigation Block, Post Blocks, and Template Parts</a></li></ul></div>', 'no'),
(542, 'widget_eaw-recent-posts', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(518, 'themeisle_sdk_notifications', 'a:2:{s:17:"last_notification";a:2:{s:2:"id";s:39:"navmenu_addon_for_elementor_review_flag";s:10:"display_at";i:1575414300;}s:24:"last_notification_active";i:0;}', 'yes'),
(519, '_transient_timeout_elementor_pro_license_data', '1575457500', 'no'),
(520, '_transient_elementor_pro_license_data', 'a:14:{s:7:"success";b:1;s:7:"license";s:5:"valid";s:7:"item_id";b:0;s:9:"item_name";s:13:"Elementor Pro";s:8:"checksum";s:32:"788df99cc687937d533f4af9625ed135";s:7:"expires";s:19:"2020-11-22 23:59:59";s:10:"payment_id";i:4394593;s:13:"customer_name";s:30:"Melquisedeque Andrade da Silva";s:14:"customer_email";s:34:"melquisedeque@cimtecnologia.com.br";s:13:"license_limit";i:1;s:10:"site_count";i:1;s:16:"activations_left";i:0;s:8:"price_id";s:1:"1";s:13:"subscriptions";s:6:"enable";}', 'no'),
(521, '_transient_timeout_feed_9bc1b9ec726e1f508c5207949084454a', '1575457501', 'no'),
(522, '_transient_feed_9bc1b9ec726e1f508c5207949084454a', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:52:"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n \n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:8:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"ThemeIsle Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:26:"https://themeisle.com/blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:58:"WordPress Tutorials and Reviews for Beginners and Advanced";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 03 Dec 2019 09:53:42 +0200";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:28:"https://wordpress.org/?v=5.3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"image";a:1:{i:0;a:6:{s:4:"data";s:11:"\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:5:{s:3:"url";a:1:{i:0;a:5:{s:4:"data";s:140:"https://mllj2j8xvfl0.i.optimole.com/w:auto/h:auto/q:98/https://s15165.pcdn.co/wp-content/uploads/2019/05/cropped-cropped-favicon-2-32x32.png";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"ThemeIsle Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:26:"https://themeisle.com/blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"width";a:1:{i:0;a:5:{s:4:"data";s:2:"32";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:6:"height";a:1:{i:0;a:5:{s:4:"data";s:2:"32";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}s:4:"item";a:10:{i:0;a:6:{s:4:"data";s:51:"\n		\n		\n				\n				\n		\n				\n\n		\n				\n						\n		\n							";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:49:"How to Import Tumblr to WordPress in 5 Easy Steps";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:54:"https://themeisle.com/blog/import-tumblr-to-wordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:62:"https://themeisle.com/blog/import-tumblr-to-wordpress/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 03 Dec 2019 09:40:10 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:19:"WordPress Tutorials";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://themeisle.com/blog/?p=26812";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:580:"<p>Looking to import Tumblr to WordPress? Thanks to a built-in tool in WordPress, it&#8217;s surprisingly easy to migrate your content from Tumblr to your own self-hosted WordPress site. In fact, once you get a little housekeeping out of the way, most of the process is entirely automated. What you need to consider when you migrate...</p>\n<p>The post <a rel="nofollow" href="https://themeisle.com/blog/import-tumblr-to-wordpress/">How to Import Tumblr to WordPress in 5 Easy Steps</a> appeared first on <a rel="nofollow" href="https://themeisle.com/blog">ThemeIsle Blog</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"John Hughes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:59:"https://themeisle.com/blog/import-tumblr-to-wordpress/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:51:"\n		\n		\n				\n				\n		\n				\n\n		\n				\n						\n		\n							";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:56:"How to Embed Google Form Into WordPress (Easiest Method)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"https://themeisle.com/blog/embed-google-form-into-wordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:68:"https://themeisle.com/blog/embed-google-form-into-wordpress/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 02 Dec 2019 09:12:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:19:"WordPress Tutorials";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://themeisle.com/blog/?p=26799";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:566:"<p>Google Forms offers a wonderful way for you to connect with your customers and readers by asking for feedback and giving people a way to contact you. That&#8217;s why we want to show you how to embed Google Form into WordPress. What do you get with Google Forms? On the surface, Google Forms is another...</p>\n<p>The post <a rel="nofollow" href="https://themeisle.com/blog/embed-google-form-into-wordpress/">How to Embed Google Form Into WordPress (Easiest Method)</a> appeared first on <a rel="nofollow" href="https://themeisle.com/blog">ThemeIsle Blog</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Joe Warnimont";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:65:"https://themeisle.com/blog/embed-google-form-into-wordpress/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:51:"\n		\n		\n				\n				\n		\n				\n\n		\n				\n						\n		\n							";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:76:"How Segunda Oportunidad Used the Neve Theme to Make Their Charity Work Known";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"https://themeisle.com/blog/segunda-oportunidad-neve-showcase/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:69:"https://themeisle.com/blog/segunda-oportunidad-neve-showcase/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 28 Nov 2019 09:51:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:19:"WordPress Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://themeisle.com/blog/?p=27030";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:611:"<p>It&#8217;s good to be back with a new chapter of the Neve showcase series! This time, we&#8217;re moving away from web design and impossible clients to a different type of customer: cuddly cats. Before sharing more details about this, a few considerations on people doing good. Theme developers that have been here for a while...</p>\n<p>The post <a rel="nofollow" href="https://themeisle.com/blog/segunda-oportunidad-neve-showcase/">How Segunda Oportunidad Used the Neve Theme to Make Their Charity Work Known</a> appeared first on <a rel="nofollow" href="https://themeisle.com/blog">ThemeIsle Blog</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Sabina Ionescu";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:66:"https://themeisle.com/blog/segunda-oportunidad-neve-showcase/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:51:"\n		\n		\n				\n				\n		\n				\n\n		\n				\n						\n		\n							";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:70:"How to Properly Migrate Medium to WordPress in 2019 (All Your Content)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"https://themeisle.com/blog/migrate-medium-to-wordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:63:"https://themeisle.com/blog/migrate-medium-to-wordpress/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 27 Nov 2019 10:35:33 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:19:"WordPress Tutorials";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://themeisle.com/blog/?p=26617";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:621:"<p>Looking to migrate Medium to WordPress? There&#8217;s no question that WordPress offers a lot more flexibility than Medium. But if you&#8217;ve already published a lot of content on Medium, you might be worried that you&#8217;re going to lose that content. Don&#8217;t be worried! Thanks to a free tool and some built-in WordPress features, you can...</p>\n<p>The post <a rel="nofollow" href="https://themeisle.com/blog/migrate-medium-to-wordpress/">How to Properly Migrate Medium to WordPress in 2019 (All Your Content)</a> appeared first on <a rel="nofollow" href="https://themeisle.com/blog">ThemeIsle Blog</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"John Hughes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:60:"https://themeisle.com/blog/migrate-medium-to-wordpress/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:51:"\n		\n		\n				\n				\n		\n				\n\n		\n				\n						\n		\n							";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:61:"SiteGround vs GoDaddy: Detailed Comparison Based on Real Data";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:49:"https://themeisle.com/blog/siteground-vs-godaddy/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:57:"https://themeisle.com/blog/siteground-vs-godaddy/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 26 Nov 2019 09:45:37 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:19:"Hosting Comparisons";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://themeisle.com/blog/?p=26541";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:601:"<p>Trying to choose between SiteGround vs GoDaddy to host your website? In this comparison, we&#8217;ll dig into SiteGround and GoDaddy to help you find the best host for your needs. Our comparison includes real performance testing and uptime data, as well as user ratings from our WordPress hosting survey of over 830 WordPress users. SiteGround...</p>\n<p>The post <a rel="nofollow" href="https://themeisle.com/blog/siteground-vs-godaddy/">SiteGround vs GoDaddy: Detailed Comparison Based on Real Data</a> appeared first on <a rel="nofollow" href="https://themeisle.com/blog">ThemeIsle Blog</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Pulkit Bhardwaj";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:54:"https://themeisle.com/blog/siteground-vs-godaddy/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:54:"\n		\n		\n				\n				\n		\n				\n		\n\n		\n				\n						\n		\n							";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:65:"Beginner’s Guide: How to Delete a WordPress Theme the Right Way";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"https://themeisle.com/blog/how-to-delete-a-wordpress-theme/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:67:"https://themeisle.com/blog/how-to-delete-a-wordpress-theme/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 25 Nov 2019 10:20:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:16:"WordPress Themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:19:"WordPress Tutorials";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://themeisle.com/blog/?p=26784";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:669:"<p>It&#8217;s commonplace to swap out themes in the WordPress dashboard. Sometimes you&#8217;re completing an overhaul on your website, and other times developers are testing themes periodically. However, simply installing another theme to replace the current one isn&#8217;t the best practice. You should actually completely delete the previous theme. In this article, we&#8217;ll talk about how...</p>\n<p>The post <a rel="nofollow" href="https://themeisle.com/blog/how-to-delete-a-wordpress-theme/">Beginner&#8217;s Guide: How to Delete a WordPress Theme the Right Way</a> appeared first on <a rel="nofollow" href="https://themeisle.com/blog">ThemeIsle Blog</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Joe Warnimont";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:64:"https://themeisle.com/blog/how-to-delete-a-wordpress-theme/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:54:"\n		\n		\n				\n				\n		\n				\n		\n\n		\n				\n						\n		\n							";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:77:"10+ Best Black Friday &amp; Cyber Monday Web Hosting Deals for 2019 (Curated)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"https://themeisle.com/blog/hosting-deals-for-black-friday/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:66:"https://themeisle.com/blog/hosting-deals-for-black-friday/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 21 Nov 2019 11:21:01 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:19:"Hosting Comparisons";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:9:"Resources";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://themeisle.com/blog/?p=20229";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:602:"<p>Web hosting is this one crucial thing that no WordPress website can live without. Combine that with the biggest shopping craze of the year, and we have ourselves the top Black Friday hosting deals of 2019 (for WordPress sites and more). If you&#8217;re in the market for a new web server for your website, you&#8217;re...</p>\n<p>The post <a rel="nofollow" href="https://themeisle.com/blog/hosting-deals-for-black-friday/">10+ Best Black Friday &#038; Cyber Monday Web Hosting Deals for 2019 (Curated)</a> appeared first on <a rel="nofollow" href="https://themeisle.com/blog">ThemeIsle Blog</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"Karol K";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:63:"https://themeisle.com/blog/hosting-deals-for-black-friday/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:51:"\n		\n		\n				\n				\n		\n				\n\n		\n				\n						\n		\n							";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:63:"6 Best “Month-to-Month” Web Hosting (As Low as $2.88/Month)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"https://themeisle.com/blog/best-month-to-month-web-hosting/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:67:"https://themeisle.com/blog/best-month-to-month-web-hosting/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 20 Nov 2019 09:57:16 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:17:"WordPress Hosting";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://themeisle.com/blog/?p=26654";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:576:"<p>Are you looking for a month-to-month web hosting plan, with no contract or commitment? Not many of us want to be locked into two or three-year hosting deals, or pay the whole amount in one lump sum on sign up, as many hosting companies demand. That&#8217;s why we have put together this list of the...</p>\n<p>The post <a rel="nofollow" href="https://themeisle.com/blog/best-month-to-month-web-hosting/">6 Best &#8220;Month-to-Month&#8221; Web Hosting (As Low as $2.88/Month)</a> appeared first on <a rel="nofollow" href="https://themeisle.com/blog">ThemeIsle Blog</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Megan Jones";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:64:"https://themeisle.com/blog/best-month-to-month-web-hosting/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:51:"\n		\n		\n				\n				\n		\n				\n\n		\n				\n						\n		\n							";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:64:"10+ Best Free WordPress Blog Themes for 2019/2020 (Curated List)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:54:"https://themeisle.com/blog/free-wordpress-blog-themes/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:62:"https://themeisle.com/blog/free-wordpress-blog-themes/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 19 Nov 2019 10:23:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:16:"WordPress Themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://themeisle.com/blog/?p=25638";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:595:"<p>Looking for the best free WordPress blog themes? To make it a lot easier for you to search the thousands of free themes at WordPress.org, we&#8217;ve curated ten of our absolute favorite free blog themes for WordPress, with screenshots of both the desktop and mobile demo sites. Ten best free WordPress blog themes 1. Neve First...</p>\n<p>The post <a rel="nofollow" href="https://themeisle.com/blog/free-wordpress-blog-themes/">10+ Best Free WordPress Blog Themes for 2019/2020 (Curated List)</a> appeared first on <a rel="nofollow" href="https://themeisle.com/blog">ThemeIsle Blog</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"John Hughes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:59:"https://themeisle.com/blog/free-wordpress-blog-themes/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:51:"\n		\n		\n				\n				\n		\n				\n\n		\n				\n						\n		\n							";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:65:"WordPress Database Plugin: 6 Options for Cleaning and Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"https://themeisle.com/blog/best-wordpress-database-plugin/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:66:"https://themeisle.com/blog/best-wordpress-database-plugin/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 18 Nov 2019 08:38:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:17:"WordPress Plugins";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://themeisle.com/blog/?p=26350";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:618:"<p>Your WordPress site&#8217;s database is where all of your content and settings are stored. It&#8217;s important, and finding the right WordPress database plugin will help you optimize your database and more efficiently work with it when needed. In this post, we&#8217;ll share six plugins to help you work with your database. Most of these plugins...</p>\n<p>The post <a rel="nofollow" href="https://themeisle.com/blog/best-wordpress-database-plugin/">WordPress Database Plugin: 6 Options for Cleaning and Development</a> appeared first on <a rel="nofollow" href="https://themeisle.com/blog">ThemeIsle Blog</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Pulkit Bhardwaj";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:63:"https://themeisle.com/blog/best-wordpress-database-plugin/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:32:"https://themeisle.com/blog/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:9:"\n	hourly	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:4:"\n	1	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:11:{s:4:"date";s:29:"Tue, 03 Dec 2019 23:05:01 GMT";s:12:"content-type";s:34:"application/rss+xml; charset=UTF-8";s:6:"server";s:17:"Pagely-ARES/1.5.1";s:20:"x-gateway-request-id";s:32:"98f69b5641eb29e6129d9e4f551fa64d";s:28:"x-gateway-rate-limit-delayed";s:16:"0.94033333333333";s:13:"last-modified";s:29:"Tue, 03 Dec 2019 14:36:45 GMT";s:4:"etag";s:34:""9dea71cb821891796cc6448ec90f4310"";s:4:"link";s:63:"<https://themeisle.com/blog/wp-json/>; rel="https://api.w.org/"";s:19:"x-gateway-cache-key";s:56:"1575383805.774|standard|https|themeisle.com||/blog/feed/";s:22:"x-gateway-cache-status";s:3:"HIT";s:20:"x-gateway-skip-cache";s:1:"0";}}s:5:"build";s:14:"20130911123210";}', 'no'),
(513, '_site_transient_browser_2894fb4dbf964f58ccf3d2e4e372b316', 'a:10:{s:4:"name";s:6:"Chrome";s:7:"version";s:13:"78.0.3904.108";s:8:"platform";s:7:"Windows";s:10:"update_url";s:29:"https://www.google.com/chrome";s:7:"img_src";s:43:"http://s.w.org/images/browsers/chrome.png?1";s:11:"img_src_ssl";s:44:"https://s.w.org/images/browsers/chrome.png?1";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;s:6:"mobile";b:0;}', 'no'),
(468, 'navmenu_addon_for_elementor_install', '1574395418', 'yes'),
(500, '_transient_timeout_navmenu_addon_for_elementor_all_languages', '1575921956', 'no'),
(501, '_transient_navmenu_addon_for_elementor_all_languages', 'a:1:{s:12:"translations";a:0:{}}', 'no'),
(512, '_site_transient_timeout_browser_2894fb4dbf964f58ccf3d2e4e372b316', '1576019099', 'no'),
(505, '_site_transient_update_core', 'O:8:"stdClass":4:{s:7:"updates";a:1:{i:0;O:8:"stdClass":10:{s:8:"response";s:6:"latest";s:8:"download";s:57:"https://downloads.wordpress.org/release/wordpress-5.3.zip";s:6:"locale";s:5:"pt_PT";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:57:"https://downloads.wordpress.org/release/wordpress-5.3.zip";s:10:"no_content";s:68:"https://downloads.wordpress.org/release/wordpress-5.3-no-content.zip";s:11:"new_bundled";s:69:"https://downloads.wordpress.org/release/wordpress-5.3-new-bundled.zip";s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:3:"5.3";s:7:"version";s:3:"5.3";s:11:"php_version";s:6:"5.6.20";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"5.3";s:15:"partial_version";s:0:"";}}s:12:"last_checked";i:1575421265;s:15:"version_checked";s:3:"5.3";s:12:"translations";a:0:{}}', 'no');

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

--
-- Table structure for table `wpu7_postmeta`
--

CREATE TABLE `wpu7_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM  DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wpu7_postmeta`
--

INSERT INTO `wpu7_postmeta` VALUES
(90, 35, '_elementor_template_type', 'wp-page'),
(91, 35, '_elementor_version', '2.7.5'),
(83, 35, '_edit_lock', '1575424791:1'),
(85, 35, '_wp_page_template', 'elementor_header_footer'),
(89, 35, '_elementor_edit_mode', 'builder'),
(25, 13, '_wp_attached_file', '2019/09/Favicon_01.png'),
(26, 13, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:64;s:6:"height";i:64;s:4:"file";s:22:"2019/09/Favicon_01.png";s:5:"sizes";a:0:{}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:{}}}'),
(54, 23, '_elementor_controls_usage', 'a:0:{}'),
(74, 33, '_elementor_controls_usage', 'a:0:{}'),
(100, 35, '_elementor_data', '[{"id":"01fe2fd","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"30","background_background":"classic","background_color":"#091a46","sticky":"top"},"elements":[{"id":"baf50d5","elType":"column","settings":{"_column_size":33,"_inline_size":9.260999999999999232613845379091799259185791015625},"elements":[],"isInner":false},{"id":"c0e3f21","elType":"column","settings":{"_column_size":33,"_inline_size":19.082999999999998408384271897375583648681640625,"content_position":"center","align":"center"},"elements":[{"id":"9491e2d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"align":"center","link_to":"custom","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"2835eea","elType":"column","settings":{"_column_size":33,"_inline_size":71.655000000000001136868377216160297393798828125},"elements":[{"id":"fd577ad","elType":"widget","settings":{"el_mega_menu":"cim-tecnologia","align":"center","navbar_typography_typography":"custom","navbar_typography_font_family":"Arial","navbar_typography_font_weight":"normal","navbar_typography_text_transform":"none","navbar_typography_font_style":"normal","navbar_typography_text_decoration":"none","navbar_typography_line_height":{"unit":"px","size":115,"sizes":[]},"megamenu_typography_typography":"custom","megamenu_typography_font_family":"Arial","navbar_bg_color":"#091a46","megamenu_color":"#091a46","megamenu_hover":"#091a46","megamenu_bg_color":"#091a46"},"elements":[],"widgetType":"mega-menu"}],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":246,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"48f2f02","elType":"section","settings":[],"elements":[{"id":"3d18022","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"b3de838","elType":"widget","settings":{"title":"A Empresa","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false},{"id":"39c1c28","elType":"section","settings":[],"elements":[{"id":"3dfee93","elType":"column","settings":{"_column_size":100},"elements":[{"id":"dd3dfdb","elType":"widget","settings":[],"elements":[],"widgetType":"spacer"}],"isInner":false}],"isInner":false},{"id":"dc94570","elType":"section","settings":[],"elements":[{"id":"6dd573e","elType":"column","settings":{"_column_size":100},"elements":[{"id":"54a6193","elType":"widget","settings":{"anchor":"oqueoferecemos"},"elements":[],"widgetType":"menu-anchor"},{"id":"38d89f1","elType":"widget","settings":{"title":"O que oferecemos","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"1aa8a35","elType":"section","settings":[],"elements":[{"id":"475e2f7","elType":"column","settings":{"_column_size":100},"elements":[{"id":"b5fdc7d","elType":"widget","settings":{"anchor":"nossosclientes"},"elements":[],"widgetType":"menu-anchor"},{"id":"ab1a76b","elType":"widget","settings":{"title":"Clientes","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"c7bbbdc","elType":"section","settings":{"gap":"no"},"elements":[{"id":"6edfd28","elType":"column","settings":{"_column_size":100},"elements":[{"id":"c84c4fe","elType":"widget","settings":{"gallery":[{"id":289,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/001_ronta.png"},{"id":290,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/002_nossaloja.png"},{"id":291,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/003_spaautocenter.png"},{"id":292,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/004_lojaelder.png"},{"id":293,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/005_farinelli.png"},{"id":294,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/006_pervalle.png"},{"id":295,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/007_advocacia.png"},{"id":296,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/009_ferrerojoias.png"},{"id":297,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/009_oticasmt.png"},{"id":298,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/010_divisapneus.png"},{"id":299,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/012_ceramicafabiane.png"},{"id":300,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/013_colcci.png"},{"id":301,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/014_angeliedificacoes.png"},{"id":302,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/015_feevida.png"},{"id":303,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/016_cimatel.png"},{"id":304,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/017_velhooeste.png"},{"id":305,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/018_friolar.png"},{"id":306,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/019_deraldocampos.png"},{"id":307,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/020_preventec.png"},{"id":309,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/021_pisoramica.png"},{"id":321,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Logo_01_320x320.png"},{"id":311,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/023_iracemamadeiras.png"},{"id":312,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/023_stmadeiras.png"},{"id":313,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/025_volpiselantes.png"},{"id":314,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/026_bdsblocos.png"},{"id":315,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/029_unicavidros.png"},{"id":316,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/030_postocimatel.png"},{"id":317,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/031_postorota.png"},{"id":318,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/033_tropicalmotos.png"},{"id":319,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/034_imperador.png"},{"id":320,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/035_capane.png"},{"id":322,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Logo_01_320x320-1.png"}],"galleries":[{"gallery_title":"New Gallery","_id":"c63dd8c","multiple_gallery":[]}],"gallery_layout":"justified","ideal_row_height":{"unit":"px","size":165,"sizes":[]},"link_to":"","show_all_galleries_label":"All","overlay_background":""},"elements":[],"widgetType":"gallery"}],"isInner":false}],"isInner":false},{"id":"925f684","elType":"section","settings":[],"elements":[{"id":"db7678a","elType":"column","settings":{"_column_size":100},"elements":[{"id":"fe4eb96","elType":"widget","settings":{"anchor":"meucontato"},"elements":[],"widgetType":"menu-anchor"},{"id":"8db17b5","elType":"widget","settings":{"title":"Contato","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false}]'),
(101, 39, '_elementor_controls_usage', 'a:0:{}'),
(102, 39, '_wp_page_template', 'elementor_header_footer'),
(103, 39, '_elementor_edit_mode', 'builder'),
(104, 39, '_elementor_template_type', 'wp-page'),
(105, 39, '_elementor_version', '2.7.1'),
(106, 39, '_elementor_data', '[{"id":"6cf2ded","elType":"section","settings":{"layout":"full_width","structure":"80","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"1c6aa4b","elType":"column","settings":{"_column_size":12,"_inline_size":null},"elements":[],"isInner":false},{"id":"ef50e23","elType":"column","settings":{"_column_size":12,"_inline_size":null},"elements":[],"isInner":false},{"id":"61abfcc","elType":"column","settings":{"_column_size":12,"_inline_size":null},"elements":[],"isInner":false},{"id":"a6ef045","elType":"column","settings":{"_column_size":12,"_inline_size":null},"elements":[{"id":"a7a593a","elType":"widget","settings":{"text":"In\\u00edcio","align":"center","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"3e456e2","elType":"column","settings":{"_column_size":12,"_inline_size":null},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"e91364d","elType":"column","settings":{"_column_size":12,"_inline_size":null},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"feb7565","elType":"column","settings":{"_column_size":12,"_inline_size":null},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"fefd01d","elType":"column","settings":{"_column_size":12,"_inline_size":null},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(108, 40, '_wp_page_template', 'elementor_header_footer'),
(109, 40, '_elementor_edit_mode', 'builder'),
(110, 40, '_elementor_template_type', 'wp-page'),
(111, 40, '_elementor_version', '2.7.1'),
(112, 40, '_elementor_data', '[{"id":"6cf2ded","elType":"section","settings":{"layout":"full_width","structure":"80","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"1c6aa4b","elType":"column","settings":{"_column_size":12,"_inline_size":null},"elements":[{"id":"23313de","elType":"widget","settings":[],"elements":[],"widgetType":"image"}],"isInner":false},{"id":"ef50e23","elType":"column","settings":{"_column_size":12,"_inline_size":null},"elements":[],"isInner":false},{"id":"61abfcc","elType":"column","settings":{"_column_size":12,"_inline_size":null},"elements":[],"isInner":false},{"id":"a6ef045","elType":"column","settings":{"_column_size":12,"_inline_size":null},"elements":[{"id":"a7a593a","elType":"widget","settings":{"text":"In\\u00edcio","align":"center","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"3e456e2","elType":"column","settings":{"_column_size":12,"_inline_size":null},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"e91364d","elType":"column","settings":{"_column_size":12,"_inline_size":null},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"feb7565","elType":"column","settings":{"_column_size":12,"_inline_size":null},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"fefd01d","elType":"column","settings":{"_column_size":12,"_inline_size":null},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(116, 41, '_wp_page_template', 'elementor_header_footer'),
(117, 41, '_elementor_edit_mode', 'builder'),
(118, 41, '_elementor_template_type', 'wp-page'),
(119, 41, '_elementor_version', '2.7.1'),
(120, 41, '_elementor_data', '[{"id":"6cf2ded","elType":"section","settings":{"layout":"full_width","structure":"80","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"1c6aa4b","elType":"column","settings":{"_column_size":12,"_inline_size":null},"elements":[{"id":"23313de","elType":"widget","settings":[],"elements":[],"widgetType":"image"}],"isInner":false},{"id":"ef50e23","elType":"column","settings":{"_column_size":12,"_inline_size":null},"elements":[],"isInner":false},{"id":"61abfcc","elType":"column","settings":{"_column_size":12,"_inline_size":null},"elements":[],"isInner":false},{"id":"a6ef045","elType":"column","settings":{"_column_size":12,"_inline_size":null,"content_position":"center"},"elements":[{"id":"a7a593a","elType":"widget","settings":{"text":"In\\u00edcio","align":"center","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"3e456e2","elType":"column","settings":{"_column_size":12,"_inline_size":null,"content_position":"center"},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"e91364d","elType":"column","settings":{"_column_size":12,"_inline_size":null,"content_position":"center"},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"feb7565","elType":"column","settings":{"_column_size":12,"_inline_size":null,"content_position":"center"},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"fefd01d","elType":"column","settings":{"_column_size":12,"_inline_size":null,"content_position":"center"},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(401, 80, '_wp_page_template', 'elementor_header_footer'),
(136, 45, '_wp_page_template', 'elementor_header_footer'),
(137, 45, '_elementor_edit_mode', 'builder'),
(126, 43, '_wp_page_template', 'elementor_header_footer'),
(127, 43, '_elementor_edit_mode', 'builder'),
(128, 43, '_elementor_template_type', 'wp-page'),
(129, 43, '_elementor_version', '2.7.1'),
(130, 43, '_elementor_data', '[{"id":"6cf2ded","elType":"section","settings":{"layout":"full_width","structure":"80","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"1c6aa4b","elType":"column","settings":{"_column_size":12,"_inline_size":null},"elements":[{"id":"23313de","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"ef50e23","elType":"column","settings":{"_column_size":12,"_inline_size":16.943000000000001392663762089796364307403564453125},"elements":[{"id":"def950f","elType":"widget","settings":{"title":"A tecnologia facilitando a sua vida","align":"left","title_color":"#ffffff"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"61abfcc","elType":"column","settings":{"_column_size":12,"_inline_size":8.0570000000000003836930773104541003704071044921875},"elements":[],"isInner":false},{"id":"a6ef045","elType":"column","settings":{"_column_size":12,"_inline_size":null,"content_position":"center"},"elements":[{"id":"a7a593a","elType":"widget","settings":{"text":"In\\u00edcio","align":"center","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"3e456e2","elType":"column","settings":{"_column_size":12,"_inline_size":null,"content_position":"center"},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"e91364d","elType":"column","settings":{"_column_size":12,"_inline_size":null,"content_position":"center"},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"feb7565","elType":"column","settings":{"_column_size":12,"_inline_size":null,"content_position":"center"},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"fefd01d","elType":"column","settings":{"_column_size":12,"_inline_size":null,"content_position":"center"},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(124, 42, '_wp_attached_file', '2019/09/Logo_01.png'),
(125, 42, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:142;s:6:"height";i:100;s:4:"file";s:19:"2019/09/Logo_01.png";s:5:"sizes";a:0:{}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:{}}}'),
(402, 80, '_elementor_edit_mode', 'builder'),
(403, 80, '_elementor_template_type', 'wp-page'),
(138, 45, '_elementor_template_type', 'wp-page'),
(139, 45, '_elementor_version', '2.7.1'),
(140, 45, '_elementor_data', '[{"id":"6cf2ded","elType":"section","settings":{"layout":"full_width","structure":"80","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"1c6aa4b","elType":"column","settings":{"_column_size":12,"_inline_size":null},"elements":[{"id":"23313de","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"ef50e23","elType":"column","settings":{"_column_size":12,"_inline_size":16.943000000000001392663762089796364307403564453125},"elements":[],"isInner":false},{"id":"61abfcc","elType":"column","settings":{"_column_size":12,"_inline_size":8.0570000000000003836930773104541003704071044921875},"elements":[],"isInner":false},{"id":"a6ef045","elType":"column","settings":{"_column_size":12,"_inline_size":null,"content_position":"center"},"elements":[{"id":"a7a593a","elType":"widget","settings":{"text":"In\\u00edcio","align":"center","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"3e456e2","elType":"column","settings":{"_column_size":12,"_inline_size":null,"content_position":"center"},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"e91364d","elType":"column","settings":{"_column_size":12,"_inline_size":null,"content_position":"center"},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"feb7565","elType":"column","settings":{"_column_size":12,"_inline_size":null,"content_position":"center"},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"fefd01d","elType":"column","settings":{"_column_size":12,"_inline_size":null,"content_position":"center"},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(134, 44, '_wp_attached_file', '2019/09/Logo_03.png'),
(135, 44, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:500;s:6:"height";i:402;s:4:"file";s:19:"2019/09/Logo_03.png";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"Logo_03-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:19:"Logo_03-300x241.png";s:5:"width";i:300;s:6:"height";i:241;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:{}}}'),
(404, 80, '_elementor_version', '2.7.4'),
(405, 80, '_elementor_data', '[{"id":"f15071a","elType":"section","settings":{"gap":"no","structure":"20","layout":"full_width"},"elements":[{"id":"bb8fd3a","elType":"column","settings":{"_column_size":50,"_inline_size":27.900999999999999801048033987171947956085205078125,"background_background":"classic","background_color":"#091a46"},"elements":[{"id":"d0683ae","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"width":{"unit":"px","size":233,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3461bc6","elType":"column","settings":{"_column_size":50,"_inline_size":72.0990000000000037516656448133289813995361328125},"elements":[{"id":"b6417d6","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"50","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"378c34e","elType":"column","settings":{"_column_size":20,"_inline_size":null},"elements":[{"id":"73cd07c","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"a22c0dc","elType":"column","settings":{"_column_size":20,"_inline_size":null},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"9f9b269","elType":"column","settings":{"_column_size":20,"_inline_size":null},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"119873b","elType":"column","settings":{"_column_size":20,"_inline_size":null},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"1871b53","elType":"column","settings":{"_column_size":20,"_inline_size":null},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false}]'),
(144, 46, '_wp_page_template', 'elementor_header_footer'),
(145, 46, '_elementor_edit_mode', 'builder'),
(146, 46, '_elementor_template_type', 'wp-page'),
(147, 46, '_elementor_version', '2.7.1'),
(148, 46, '_elementor_data', '[{"id":"6cf2ded","elType":"section","settings":{"layout":"full_width","structure":"80","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"1c6aa4b","elType":"column","settings":{"_column_size":12,"_inline_size":null},"elements":[{"id":"23313de","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"ef50e23","elType":"column","settings":{"_column_size":12,"_inline_size":16.943000000000001392663762089796364307403564453125},"elements":[],"isInner":false},{"id":"61abfcc","elType":"column","settings":{"_column_size":12,"_inline_size":9.300000000000000710542735760100185871124267578125,"content_position":"center"},"elements":[{"id":"a7a593a","elType":"widget","settings":{"text":"In\\u00edcio","align":"center","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"a6ef045","elType":"column","settings":{"_column_size":12,"_inline_size":10.5890000000000004121147867408581078052520751953125,"content_position":"center"},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"3e456e2","elType":"column","settings":{"_column_size":12,"_inline_size":11.050000000000000710542735760100185871124267578125,"content_position":"center"},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"e91364d","elType":"column","settings":{"_column_size":12,"_inline_size":11.2339999999999999857891452847979962825775146484375,"content_position":"center"},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"feb7565","elType":"column","settings":{"_column_size":12,"_inline_size":11.6940000000000008384404281969182193279266357421875,"content_position":"center"},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"fefd01d","elType":"column","settings":{"_column_size":12,"_inline_size":16.690000000000001278976924368180334568023681640625,"content_position":"center"},"elements":[],"isInner":false}],"isInner":false}]'),
(153, 47, '_elementor_edit_mode', 'builder'),
(154, 47, '_elementor_template_type', 'wp-page'),
(152, 47, '_wp_page_template', 'elementor_header_footer'),
(155, 47, '_elementor_version', '2.7.1'),
(156, 47, '_elementor_data', '[{"id":"6cf2ded","elType":"section","settings":{"layout":"full_width","structure":"80","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"1c6aa4b","elType":"column","settings":{"_column_size":12,"_inline_size":null},"elements":[],"isInner":false},{"id":"ef50e23","elType":"column","settings":{"_column_size":12,"_inline_size":24.769999999999999573674358543939888477325439453125},"elements":[{"id":"23313de","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"image_size":"full","align":"center","width":{"unit":"%","size":55,"sizes":[]},"space":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3c4dbe6","elType":"column","settings":{"_column_size":12,"_inline_size":24.769999999999999573674358543939888477325439453125},"elements":[{"id":"7e0e436","elType":"widget","settings":{"editor":"<p>Suporte<br \\/><a href=\\"https:\\/\\/wa.me\\/5566996009222\\" target=\\"_blank\\" rel=\\"noopener\\">(66) 99600-9222<\\/a><br \\/><a href=\\"https:\\/\\/wa.me\\/5566996049222\\" target=\\"_blank\\" rel=\\"noopener\\">(66) 99604-9222<\\/a><\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_family":"Arial"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"61abfcc","elType":"column","settings":{"_column_size":12,"_inline_size":11.1410000000000000142108547152020037174224853515625,"content_position":"center"},"elements":[{"id":"a7a593a","elType":"widget","settings":{"text":"In\\u00edcio","align":"center","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"a6ef045","elType":"column","settings":{"_column_size":12,"_inline_size":9.66799999999999926103555480949580669403076171875,"content_position":"center"},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"3e456e2","elType":"column","settings":{"_column_size":12,"_inline_size":9.208999999999999630517777404747903347015380859375,"content_position":"center"},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"e91364d","elType":"column","settings":{"_column_size":12,"_inline_size":10.3130000000000006110667527536861598491668701171875,"content_position":"center"},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"feb7565","elType":"column","settings":{"_column_size":12,"_inline_size":10.0370000000000008100187187665142118930816650390625,"content_position":"center"},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"fefd01d","elType":"column","settings":{"_column_size":12,"_inline_size":12.3620000000000000994759830064140260219573974609375,"content_position":"center"},"elements":[],"isInner":false}],"isInner":false}]'),
(160, 48, '_wp_page_template', 'elementor_header_footer'),
(161, 48, '_elementor_edit_mode', 'builder'),
(162, 48, '_elementor_template_type', 'wp-page'),
(163, 48, '_elementor_version', '2.7.1'),
(164, 48, '_elementor_data', '[{"id":"6cf2ded","elType":"section","settings":{"layout":"full_width","structure":"80","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"1c6aa4b","elType":"column","settings":{"_column_size":12,"_inline_size":null},"elements":[],"isInner":false},{"id":"ef50e23","elType":"column","settings":{"_column_size":12,"_inline_size":24.769999999999999573674358543939888477325439453125},"elements":[{"id":"23313de","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"image_size":"full","align":"center","width":{"unit":"%","size":55,"sizes":[]},"space":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3c4dbe6","elType":"column","settings":{"_column_size":12,"_inline_size":24.769999999999999573674358543939888477325439453125},"elements":[{"id":"7e0e436","elType":"widget","settings":{"editor":"<p>Suporte<br \\/><span style=\\"color: #ffffff;\\"><a style=\\"color: #ffffff;\\" href=\\"https:\\/\\/wa.me\\/5566996009222\\" target=\\"_blank\\" rel=\\"noopener\\">(66) 99600-9222<\\/a><\\/span><br \\/><span style=\\"color: #ffffff;\\"><a style=\\"color: #ffffff;\\" href=\\"https:\\/\\/wa.me\\/5566996049222\\" target=\\"_blank\\" rel=\\"noopener\\">(66) 99604-9222<\\/a><\\/span><\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_family":"Arial"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"61abfcc","elType":"column","settings":{"_column_size":12,"_inline_size":11.1410000000000000142108547152020037174224853515625,"content_position":"center"},"elements":[{"id":"a7a593a","elType":"widget","settings":{"text":"In\\u00edcio","align":"center","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"a6ef045","elType":"column","settings":{"_column_size":12,"_inline_size":9.66799999999999926103555480949580669403076171875,"content_position":"center"},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"3e456e2","elType":"column","settings":{"_column_size":12,"_inline_size":9.208999999999999630517777404747903347015380859375,"content_position":"center"},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"e91364d","elType":"column","settings":{"_column_size":12,"_inline_size":10.3130000000000006110667527536861598491668701171875,"content_position":"center"},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"feb7565","elType":"column","settings":{"_column_size":12,"_inline_size":10.0370000000000008100187187665142118930816650390625,"content_position":"center"},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"fefd01d","elType":"column","settings":{"_column_size":12,"_inline_size":12.3620000000000000994759830064140260219573974609375,"content_position":"center"},"elements":[],"isInner":false}],"isInner":false}]'),
(168, 49, '_wp_page_template', 'elementor_header_footer'),
(169, 49, '_elementor_edit_mode', 'builder'),
(170, 49, '_elementor_template_type', 'wp-page'),
(171, 49, '_elementor_version', '2.7.1'),
(172, 49, '_elementor_data', '[{"id":"6cf2ded","elType":"section","settings":{"layout":"full_width","structure":"80","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"1c6aa4b","elType":"column","settings":{"_column_size":12,"_inline_size":null},"elements":[],"isInner":false},{"id":"ef50e23","elType":"column","settings":{"_column_size":12,"_inline_size":24.769999999999999573674358543939888477325439453125},"elements":[{"id":"23313de","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"image_size":"full","align":"center","width":{"unit":"%","size":55,"sizes":[]},"space":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3c4dbe6","elType":"column","settings":{"_column_size":12,"_inline_size":24.769999999999999573674358543939888477325439453125},"elements":[{"id":"7e0e436","elType":"widget","settings":{"editor":"<p>Suporte<br \\/><span style=\\"color: #ffffff;\\"><a style=\\"color: #ffffff;\\" href=\\"https:\\/\\/wa.me\\/5566996009222\\" target=\\"_blank\\" rel=\\"noopener\\">(66) 99600-9222<\\/a><\\/span><br \\/><span style=\\"color: #ffffff;\\"><a style=\\"color: #ffffff;\\" href=\\"https:\\/\\/wa.me\\/5566996049222\\" target=\\"_blank\\" rel=\\"noopener\\">(66) 99604-9222<\\/a><\\/span><\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_family":"Arial"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"61abfcc","elType":"column","settings":{"_column_size":12,"_inline_size":11.1410000000000000142108547152020037174224853515625,"content_position":"center"},"elements":[{"id":"a7a593a","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/www.cimtecnologia.com.br","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"a6ef045","elType":"column","settings":{"_column_size":12,"_inline_size":9.66799999999999926103555480949580669403076171875,"content_position":"center"},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"3e456e2","elType":"column","settings":{"_column_size":12,"_inline_size":9.208999999999999630517777404747903347015380859375,"content_position":"center"},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"e91364d","elType":"column","settings":{"_column_size":12,"_inline_size":10.3130000000000006110667527536861598491668701171875,"content_position":"center"},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"feb7565","elType":"column","settings":{"_column_size":12,"_inline_size":10.0370000000000008100187187665142118930816650390625,"content_position":"center"},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"fefd01d","elType":"column","settings":{"_column_size":12,"_inline_size":12.3620000000000000994759830064140260219573974609375,"content_position":"center"},"elements":[],"isInner":false}],"isInner":false}]'),
(176, 50, '_wp_page_template', 'elementor_header_footer'),
(177, 50, '_elementor_edit_mode', 'builder'),
(178, 50, '_elementor_template_type', 'wp-page'),
(179, 50, '_elementor_version', '2.7.1'),
(180, 50, '_elementor_data', '[{"id":"6cf2ded","elType":"section","settings":{"layout":"full_width","structure":"80","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"1c6aa4b","elType":"column","settings":{"_column_size":12,"_inline_size":null},"elements":[],"isInner":false},{"id":"ef50e23","elType":"column","settings":{"_column_size":12,"_inline_size":24.769999999999999573674358543939888477325439453125},"elements":[{"id":"23313de","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"image_size":"full","align":"center","width":{"unit":"%","size":55,"sizes":[]},"space":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3c4dbe6","elType":"column","settings":{"_column_size":12,"_inline_size":30.2950000000000017053025658242404460906982421875},"elements":[{"id":"7e0e436","elType":"widget","settings":{"editor":"<p>Suporte<br \\/><span style=\\"color: #ffffff;\\"><a style=\\"color: #ffffff;\\" href=\\"https:\\/\\/wa.me\\/5566996009222\\" target=\\"_blank\\" rel=\\"noopener\\">(66) 99600-9222<\\/a><\\/span><br \\/><span style=\\"color: #ffffff;\\"><a style=\\"color: #ffffff;\\" href=\\"https:\\/\\/wa.me\\/5566996049222\\" target=\\"_blank\\" rel=\\"noopener\\">(66) 99604-9222<\\/a><\\/span><\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_family":"Arial"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"61abfcc","elType":"column","settings":{"_column_size":12,"_inline_size":7.4580000000000001847411112976260483264923095703125,"content_position":"center"},"elements":[{"id":"a7a593a","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/www.cimtecnologia.com.br","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"a6ef045","elType":"column","settings":{"_column_size":12,"_inline_size":7.64200000000000034816594052244909107685089111328125,"content_position":"center"},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"3e456e2","elType":"column","settings":{"_column_size":12,"_inline_size":10.221000000000000085265128291212022304534912109375,"content_position":"center"},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"e91364d","elType":"column","settings":{"_column_size":12,"_inline_size":9.1159999999999996589394868351519107818603515625,"content_position":"center"},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"feb7565","elType":"column","settings":{"_column_size":12,"_inline_size":10.4060000000000005826450433232821524143218994140625,"content_position":"center"},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"fefd01d","elType":"column","settings":{"_column_size":12,"_inline_size":12.3620000000000000994759830064140260219573974609375,"content_position":"center"},"elements":[],"isInner":false}],"isInner":false}]'),
(184, 51, '_wp_page_template', 'elementor_header_footer'),
(185, 51, '_elementor_edit_mode', 'builder'),
(186, 51, '_elementor_template_type', 'wp-page'),
(187, 51, '_elementor_version', '2.7.1');
INSERT INTO `wpu7_postmeta` VALUES
(188, 51, '_elementor_data', '[{"id":"6cf2ded","elType":"section","settings":{"layout":"full_width","structure":"80","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"1c6aa4b","elType":"column","settings":{"_column_size":12,"_inline_size":null},"elements":[],"isInner":false},{"id":"ef50e23","elType":"column","settings":{"_column_size":12,"_inline_size":24.769999999999999573674358543939888477325439453125},"elements":[{"id":"23313de","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"image_size":"full","align":"center","width":{"unit":"%","size":55,"sizes":[]},"space":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3c4dbe6","elType":"column","settings":{"_column_size":12,"_inline_size":30.2950000000000017053025658242404460906982421875},"elements":[{"id":"7e0e436","elType":"widget","settings":{"editor":"<p>Suporte<br \\/><span style=\\"color: #ffffff;\\"><a style=\\"color: #ffffff;\\" href=\\"https:\\/\\/wa.me\\/5566996009222\\" target=\\"_blank\\" rel=\\"noopener\\">(66) 99600-9222<\\/a><\\/span><br \\/><span style=\\"color: #ffffff;\\"><a style=\\"color: #ffffff;\\" href=\\"https:\\/\\/wa.me\\/5566996049222\\" target=\\"_blank\\" rel=\\"noopener\\">(66) 99604-9222<\\/a><\\/span><\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_family":"Arial"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"61abfcc","elType":"column","settings":{"_column_size":12,"_inline_size":7.4580000000000001847411112976260483264923095703125,"content_position":"center"},"elements":[{"id":"a7a593a","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"a6ef045","elType":"column","settings":{"_column_size":12,"_inline_size":7.64200000000000034816594052244909107685089111328125,"content_position":"center"},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"3e456e2","elType":"column","settings":{"_column_size":12,"_inline_size":10.221000000000000085265128291212022304534912109375,"content_position":"center"},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"e91364d","elType":"column","settings":{"_column_size":12,"_inline_size":9.1159999999999996589394868351519107818603515625,"content_position":"center"},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"feb7565","elType":"column","settings":{"_column_size":12,"_inline_size":10.4060000000000005826450433232821524143218994140625,"content_position":"center"},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"fefd01d","elType":"column","settings":{"_column_size":12,"_inline_size":12.3620000000000000994759830064140260219573974609375,"content_position":"center"},"elements":[],"isInner":false}],"isInner":false}]'),
(192, 52, '_wp_page_template', 'elementor_header_footer'),
(193, 52, '_elementor_edit_mode', 'builder'),
(194, 52, '_elementor_template_type', 'wp-page'),
(195, 52, '_elementor_version', '2.7.1'),
(196, 52, '_elementor_data', '[{"id":"6cf2ded","elType":"section","settings":{"layout":"full_width","structure":"80","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"1c6aa4b","elType":"column","settings":{"_column_size":12,"_inline_size":null},"elements":[],"isInner":false},{"id":"ef50e23","elType":"column","settings":{"_column_size":12,"_inline_size":36.46399999999999863575794734060764312744140625},"elements":[{"id":"23313de","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"image_size":"full","align":"center","width":{"unit":"%","size":40,"sizes":[]},"space":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3c4dbe6","elType":"column","settings":{"_column_size":12,"_inline_size":18.6009999999999990905052982270717620849609375},"elements":[{"id":"7e0e436","elType":"widget","settings":{"editor":"<p>Suporte<br \\/><span style=\\"color: #ffffff;\\"><a style=\\"color: #ffffff;\\" href=\\"https:\\/\\/wa.me\\/5566996009222\\" target=\\"_blank\\" rel=\\"noopener\\">(66) 99600-9222<\\/a><\\/span><br \\/><span style=\\"color: #ffffff;\\"><a style=\\"color: #ffffff;\\" href=\\"https:\\/\\/wa.me\\/5566996049222\\" target=\\"_blank\\" rel=\\"noopener\\">(66) 99604-9222<\\/a><\\/span><\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_family":"Arial"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"61abfcc","elType":"column","settings":{"_column_size":12,"_inline_size":7.4580000000000001847411112976260483264923095703125,"content_position":"center"},"elements":[{"id":"a7a593a","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"a6ef045","elType":"column","settings":{"_column_size":12,"_inline_size":7.64200000000000034816594052244909107685089111328125,"content_position":"center"},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"3e456e2","elType":"column","settings":{"_column_size":12,"_inline_size":10.221000000000000085265128291212022304534912109375,"content_position":"center"},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"e91364d","elType":"column","settings":{"_column_size":12,"_inline_size":9.1159999999999996589394868351519107818603515625,"content_position":"center"},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"feb7565","elType":"column","settings":{"_column_size":12,"_inline_size":10.4060000000000005826450433232821524143218994140625,"content_position":"center"},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"fefd01d","elType":"column","settings":{"_column_size":12,"_inline_size":12.3620000000000000994759830064140260219573974609375,"content_position":"center"},"elements":[],"isInner":false}],"isInner":false}]'),
(200, 53, '_wp_page_template', 'elementor_header_footer'),
(201, 53, '_elementor_edit_mode', 'builder'),
(202, 53, '_elementor_template_type', 'wp-page'),
(203, 53, '_elementor_version', '2.7.1'),
(204, 53, '_elementor_data', '[{"id":"6cf2ded","elType":"section","settings":{"layout":"full_width","structure":"80","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"1c6aa4b","elType":"column","settings":{"_column_size":12,"_inline_size":null},"elements":[],"isInner":false},{"id":"ef50e23","elType":"column","settings":{"_column_size":12,"_inline_size":30.571000000000001506350599811412394046783447265625},"elements":[{"id":"23313de","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"image_size":"full","align":"center","width":{"unit":"%","size":55,"sizes":[]},"space":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3c4dbe6","elType":"column","settings":{"_column_size":12,"_inline_size":24.493999999999999772626324556767940521240234375},"elements":[{"id":"7e0e436","elType":"widget","settings":{"editor":"<p>Suporte<br \\/><span style=\\"color: #ffffff;\\"><a style=\\"color: #ffffff;\\" href=\\"https:\\/\\/wa.me\\/5566996009222\\" target=\\"_blank\\" rel=\\"noopener\\">(66) 99600-9222<\\/a><\\/span><br \\/><span style=\\"color: #ffffff;\\"><a style=\\"color: #ffffff;\\" href=\\"https:\\/\\/wa.me\\/5566996049222\\" target=\\"_blank\\" rel=\\"noopener\\">(66) 99604-9222<\\/a><\\/span><\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_family":"Arial"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"61abfcc","elType":"column","settings":{"_column_size":12,"_inline_size":7.4580000000000001847411112976260483264923095703125,"content_position":"center"},"elements":[{"id":"a7a593a","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"a6ef045","elType":"column","settings":{"_column_size":12,"_inline_size":7.64200000000000034816594052244909107685089111328125,"content_position":"center"},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"3e456e2","elType":"column","settings":{"_column_size":12,"_inline_size":10.221000000000000085265128291212022304534912109375,"content_position":"center"},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"e91364d","elType":"column","settings":{"_column_size":12,"_inline_size":9.1159999999999996589394868351519107818603515625,"content_position":"center"},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"feb7565","elType":"column","settings":{"_column_size":12,"_inline_size":10.4060000000000005826450433232821524143218994140625,"content_position":"center"},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"fefd01d","elType":"column","settings":{"_column_size":12,"_inline_size":12.3620000000000000994759830064140260219573974609375,"content_position":"center"},"elements":[],"isInner":false}],"isInner":false}]'),
(208, 54, '_wp_page_template', 'elementor_header_footer'),
(209, 54, '_elementor_edit_mode', 'builder'),
(210, 54, '_elementor_template_type', 'wp-page'),
(211, 54, '_elementor_version', '2.7.1'),
(212, 54, '_elementor_data', '[{"id":"6cf2ded","elType":"section","settings":{"layout":"full_width","structure":"80","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"1c6aa4b","elType":"column","settings":{"_column_size":12,"_inline_size":null},"elements":[],"isInner":false},{"id":"ef50e23","elType":"column","settings":{"_column_size":12,"_inline_size":30.571000000000001506350599811412394046783447265625},"elements":[{"id":"23313de","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"image_size":"full","align":"center","width":{"unit":"%","size":55,"sizes":[]},"space":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3c4dbe6","elType":"column","settings":{"_column_size":12,"_inline_size":24.493999999999999772626324556767940521240234375},"elements":[{"id":"7e0e436","elType":"widget","settings":{"editor":"<p>Suporte<br \\/><span style=\\"color: #ffffff;\\"><a style=\\"color: #ffffff;\\" href=\\"https:\\/\\/wa.me\\/5566996009222\\" target=\\"_blank\\" rel=\\"noopener\\">(66) 99600-9222<\\/a><\\/span><br \\/><span style=\\"color: #ffffff;\\"><a style=\\"color: #ffffff;\\" href=\\"https:\\/\\/wa.me\\/5566996049222\\" target=\\"_blank\\" rel=\\"noopener\\">(66) 99604-9222<\\/a><\\/span><\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_family":"Arial"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"61abfcc","elType":"column","settings":{"_column_size":12,"_inline_size":7.4580000000000001847411112976260483264923095703125,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#4054b2"},"elements":[{"id":"a7a593a","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"a6ef045","elType":"column","settings":{"_column_size":12,"_inline_size":7.64200000000000034816594052244909107685089111328125,"content_position":"center"},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"3e456e2","elType":"column","settings":{"_column_size":12,"_inline_size":10.221000000000000085265128291212022304534912109375,"content_position":"center"},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"e91364d","elType":"column","settings":{"_column_size":12,"_inline_size":9.1159999999999996589394868351519107818603515625,"content_position":"center"},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"feb7565","elType":"column","settings":{"_column_size":12,"_inline_size":10.4060000000000005826450433232821524143218994140625,"content_position":"center"},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"fefd01d","elType":"column","settings":{"_column_size":12,"_inline_size":12.3620000000000000994759830064140260219573974609375,"content_position":"center"},"elements":[],"isInner":false}],"isInner":false}]'),
(216, 55, '_wp_page_template', 'elementor_header_footer'),
(217, 55, '_elementor_edit_mode', 'builder'),
(218, 55, '_elementor_template_type', 'wp-page'),
(219, 55, '_elementor_version', '2.7.1'),
(220, 55, '_elementor_data', '[{"id":"6cf2ded","elType":"section","settings":{"layout":"full_width","structure":"80","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"1c6aa4b","elType":"column","settings":{"_column_size":12,"_inline_size":null},"elements":[],"isInner":false},{"id":"ef50e23","elType":"column","settings":{"_column_size":12,"_inline_size":30.571000000000001506350599811412394046783447265625},"elements":[{"id":"23313de","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"image_size":"full","align":"center","width":{"unit":"%","size":55,"sizes":[]},"space":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3c4dbe6","elType":"column","settings":{"_column_size":12,"_inline_size":24.493999999999999772626324556767940521240234375},"elements":[{"id":"7e0e436","elType":"widget","settings":{"editor":"<p>Suporte<br \\/><span style=\\"color: #ffffff;\\"><a style=\\"color: #ffffff;\\" href=\\"https:\\/\\/wa.me\\/5566996009222\\" target=\\"_blank\\" rel=\\"noopener\\">(66) 99600-9222<\\/a><\\/span><br \\/><span style=\\"color: #ffffff;\\"><a style=\\"color: #ffffff;\\" href=\\"https:\\/\\/wa.me\\/5566996049222\\" target=\\"_blank\\" rel=\\"noopener\\">(66) 99604-9222<\\/a><\\/span><\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_family":"Arial"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"61abfcc","elType":"column","settings":{"_column_size":12,"_inline_size":7.4580000000000001847411112976260483264923095703125,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"a7a593a","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"a6ef045","elType":"column","settings":{"_column_size":12,"_inline_size":7.64200000000000034816594052244909107685089111328125,"content_position":"center"},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"3e456e2","elType":"column","settings":{"_column_size":12,"_inline_size":10.221000000000000085265128291212022304534912109375,"content_position":"center"},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"e91364d","elType":"column","settings":{"_column_size":12,"_inline_size":9.1159999999999996589394868351519107818603515625,"content_position":"center"},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"feb7565","elType":"column","settings":{"_column_size":12,"_inline_size":10.4060000000000005826450433232821524143218994140625,"content_position":"center"},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"fefd01d","elType":"column","settings":{"_column_size":12,"_inline_size":12.3620000000000000994759830064140260219573974609375,"content_position":"center"},"elements":[],"isInner":false}],"isInner":false}]'),
(224, 56, '_wp_page_template', 'elementor_header_footer'),
(225, 56, '_elementor_edit_mode', 'builder'),
(226, 56, '_elementor_template_type', 'wp-page'),
(227, 56, '_elementor_version', '2.7.1'),
(228, 56, '_elementor_data', '[{"id":"6cf2ded","elType":"section","settings":{"layout":"full_width","structure":"80","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"1c6aa4b","elType":"column","settings":{"_column_size":12,"_inline_size":null},"elements":[],"isInner":false},{"id":"ef50e23","elType":"column","settings":{"_column_size":12,"_inline_size":30.571000000000001506350599811412394046783447265625},"elements":[{"id":"23313de","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"image_size":"full","align":"center","width":{"unit":"%","size":55,"sizes":[]},"space":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3c4dbe6","elType":"column","settings":{"_column_size":12,"_inline_size":24.493999999999999772626324556767940521240234375},"elements":[{"id":"7e0e436","elType":"widget","settings":{"editor":"<p>Suporte<br \\/><span style=\\"color: #ffffff;\\"><a style=\\"color: #ffffff;\\" href=\\"https:\\/\\/wa.me\\/5566996009222\\" target=\\"_blank\\" rel=\\"noopener\\">(66) 99600-9222<\\/a><\\/span><br \\/><span style=\\"color: #ffffff;\\"><a style=\\"color: #ffffff;\\" href=\\"https:\\/\\/wa.me\\/5566996049222\\" target=\\"_blank\\" rel=\\"noopener\\">(66) 99604-9222<\\/a><\\/span><\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_family":"Arial"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"61abfcc","elType":"column","settings":{"_column_size":12,"_inline_size":7.4580000000000001847411112976260483264923095703125,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"a7a593a","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","button_background_hover_color":"rgba(255,255,255,0)"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"a6ef045","elType":"column","settings":{"_column_size":12,"_inline_size":7.64200000000000034816594052244909107685089111328125,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"3e456e2","elType":"column","settings":{"_column_size":12,"_inline_size":10.221000000000000085265128291212022304534912109375,"content_position":"center"},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"e91364d","elType":"column","settings":{"_column_size":12,"_inline_size":9.1159999999999996589394868351519107818603515625,"content_position":"center"},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"feb7565","elType":"column","settings":{"_column_size":12,"_inline_size":10.4060000000000005826450433232821524143218994140625,"content_position":"center"},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"fefd01d","elType":"column","settings":{"_column_size":12,"_inline_size":12.3620000000000000994759830064140260219573974609375,"content_position":"center"},"elements":[],"isInner":false}],"isInner":false}]'),
(231, 57, '_wp_page_template', 'elementor_header_footer'),
(232, 57, '_elementor_edit_mode', 'builder'),
(233, 57, '_elementor_template_type', 'wp-page'),
(234, 57, '_elementor_version', '2.7.1'),
(235, 57, '_elementor_data', '[{"id":"6cf2ded","elType":"section","settings":{"layout":"full_width","structure":"80","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"1c6aa4b","elType":"column","settings":{"_column_size":12,"_inline_size":null},"elements":[],"isInner":false},{"id":"ef50e23","elType":"column","settings":{"_column_size":12,"_inline_size":30.571000000000001506350599811412394046783447265625},"elements":[{"id":"23313de","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"image_size":"full","align":"center","width":{"unit":"%","size":55,"sizes":[]},"space":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3c4dbe6","elType":"column","settings":{"_column_size":12,"_inline_size":24.493999999999999772626324556767940521240234375},"elements":[{"id":"7e0e436","elType":"widget","settings":{"editor":"<p>Suporte<br \\/><span style=\\"color: #ffffff;\\"><a style=\\"color: #ffffff;\\" href=\\"https:\\/\\/wa.me\\/5566996009222\\" target=\\"_blank\\" rel=\\"noopener\\">(66) 99600-9222<\\/a><\\/span><br \\/><span style=\\"color: #ffffff;\\"><a style=\\"color: #ffffff;\\" href=\\"https:\\/\\/wa.me\\/5566996049222\\" target=\\"_blank\\" rel=\\"noopener\\">(66) 99604-9222<\\/a><\\/span><\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_family":"Arial"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"61abfcc","elType":"column","settings":{"_column_size":12,"_inline_size":7.4580000000000001847411112976260483264923095703125,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"a7a593a","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":10,"color":"#000000"},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#ffffff","button_background_hover_color":"rgba(255,255,255,0)"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"a6ef045","elType":"column","settings":{"_column_size":12,"_inline_size":7.64200000000000034816594052244909107685089111328125,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"3e456e2","elType":"column","settings":{"_column_size":12,"_inline_size":10.221000000000000085265128291212022304534912109375,"content_position":"center"},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"e91364d","elType":"column","settings":{"_column_size":12,"_inline_size":9.1159999999999996589394868351519107818603515625,"content_position":"center"},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"feb7565","elType":"column","settings":{"_column_size":12,"_inline_size":10.4060000000000005826450433232821524143218994140625,"content_position":"center"},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"fefd01d","elType":"column","settings":{"_column_size":12,"_inline_size":12.3620000000000000994759830064140260219573974609375,"content_position":"center"},"elements":[],"isInner":false}],"isInner":false}]'),
(238, 58, '_wp_page_template', 'elementor_header_footer'),
(239, 58, '_elementor_edit_mode', 'builder'),
(240, 58, '_elementor_template_type', 'wp-page'),
(241, 58, '_elementor_version', '2.7.1'),
(242, 58, '_elementor_data', '[{"id":"6cf2ded","elType":"section","settings":{"layout":"full_width","structure":"80","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"1c6aa4b","elType":"column","settings":{"_column_size":12,"_inline_size":null},"elements":[],"isInner":false},{"id":"ef50e23","elType":"column","settings":{"_column_size":12,"_inline_size":30.571000000000001506350599811412394046783447265625},"elements":[{"id":"23313de","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"image_size":"full","align":"center","width":{"unit":"%","size":55,"sizes":[]},"space":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3c4dbe6","elType":"column","settings":{"_column_size":12,"_inline_size":24.493999999999999772626324556767940521240234375},"elements":[{"id":"7e0e436","elType":"widget","settings":{"editor":"<p>Suporte<br \\/><span style=\\"color: #ffffff;\\"><a style=\\"color: #ffffff;\\" href=\\"https:\\/\\/wa.me\\/5566996009222\\" target=\\"_blank\\" rel=\\"noopener\\">(66) 99600-9222<\\/a><\\/span><br \\/><span style=\\"color: #ffffff;\\"><a style=\\"color: #ffffff;\\" href=\\"https:\\/\\/wa.me\\/5566996049222\\" target=\\"_blank\\" rel=\\"noopener\\">(66) 99604-9222<\\/a><\\/span><\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_family":"Arial"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"61abfcc","elType":"column","settings":{"_column_size":12,"_inline_size":7.4580000000000001847411112976260483264923095703125,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"a7a593a","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","text_shadow_text_shadow_type":"yes","text_shadow_text_shadow":{"horizontal":0,"vertical":0,"blur":10,"color":"#000000"},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#ffffff","button_background_hover_color":"rgba(255,255,255,0)","button_box_shadow_box_shadow_type":"yes","text_padding":{"unit":"em","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin":{"unit":"%","top":"100","right":"100","bottom":"100","left":"100","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"a6ef045","elType":"column","settings":{"_column_size":12,"_inline_size":7.64200000000000034816594052244909107685089111328125,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"3e456e2","elType":"column","settings":{"_column_size":12,"_inline_size":10.221000000000000085265128291212022304534912109375,"content_position":"center"},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"e91364d","elType":"column","settings":{"_column_size":12,"_inline_size":9.1159999999999996589394868351519107818603515625,"content_position":"center"},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"feb7565","elType":"column","settings":{"_column_size":12,"_inline_size":10.4060000000000005826450433232821524143218994140625,"content_position":"center"},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"fefd01d","elType":"column","settings":{"_column_size":12,"_inline_size":12.3620000000000000994759830064140260219573974609375,"content_position":"center"},"elements":[],"isInner":false}],"isInner":false}]'),
(246, 59, '_wp_page_template', 'elementor_header_footer'),
(247, 59, '_elementor_edit_mode', 'builder'),
(248, 59, '_elementor_template_type', 'wp-page'),
(249, 59, '_elementor_version', '2.7.1'),
(250, 59, '_elementor_data', '[{"id":"6cf2ded","elType":"section","settings":{"layout":"full_width","structure":"80","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"1c6aa4b","elType":"column","settings":{"_column_size":12,"_inline_size":null},"elements":[],"isInner":false},{"id":"ef50e23","elType":"column","settings":{"_column_size":12,"_inline_size":30.571000000000001506350599811412394046783447265625},"elements":[{"id":"23313de","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"image_size":"full","align":"center","width":{"unit":"%","size":55,"sizes":[]},"space":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3c4dbe6","elType":"column","settings":{"_column_size":12,"_inline_size":23.849000000000000198951966012828052043914794921875},"elements":[{"id":"7e0e436","elType":"widget","settings":{"editor":"<p>Suporte<br \\/><span style=\\"color: #ffffff;\\"><a style=\\"color: #ffffff;\\" href=\\"https:\\/\\/wa.me\\/5566996009222\\" target=\\"_blank\\" rel=\\"noopener\\">(66) 99600-9222<\\/a><\\/span><br \\/><span style=\\"color: #ffffff;\\"><a style=\\"color: #ffffff;\\" href=\\"https:\\/\\/wa.me\\/5566996049222\\" target=\\"_blank\\" rel=\\"noopener\\">(66) 99604-9222<\\/a><\\/span><\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_family":"Arial"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"61abfcc","elType":"column","settings":{"_column_size":12,"_inline_size":8.1029999999999997584154698415659368038177490234375,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"73cd07c","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_line_height":{"unit":"em","size":5.79999999999999982236431605997495353221893310546875,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"a6ef045","elType":"column","settings":{"_column_size":12,"_inline_size":7.64200000000000034816594052244909107685089111328125,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"3e456e2","elType":"column","settings":{"_column_size":12,"_inline_size":10.221000000000000085265128291212022304534912109375,"content_position":"center"},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"e91364d","elType":"column","settings":{"_column_size":12,"_inline_size":9.1159999999999996589394868351519107818603515625,"content_position":"center"},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"feb7565","elType":"column","settings":{"_column_size":12,"_inline_size":10.4060000000000005826450433232821524143218994140625,"content_position":"center"},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","button_text_color":"#ffffff","background_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"fefd01d","elType":"column","settings":{"_column_size":12,"_inline_size":12.3620000000000000994759830064140260219573974609375,"content_position":"center"},"elements":[],"isInner":false}],"isInner":false}]'),
(268, 62, '_wp_page_template', 'elementor_header_footer'),
(269, 62, '_elementor_edit_mode', 'builder'),
(270, 62, '_elementor_template_type', 'wp-page'),
(271, 62, '_elementor_version', '2.7.1'),
(272, 62, '_elementor_data', '[{"id":"6cf2ded","elType":"section","settings":{"layout":"full_width","structure":"80","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"1c6aa4b","elType":"column","settings":{"_column_size":12,"_inline_size":null},"elements":[],"isInner":false},{"id":"ef50e23","elType":"column","settings":{"_column_size":12,"_inline_size":30.571000000000001506350599811412394046783447265625},"elements":[{"id":"23313de","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"image_size":"full","align":"center","width":{"unit":"%","size":55,"sizes":[]},"space":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3c4dbe6","elType":"column","settings":{"_column_size":12,"_inline_size":23.849000000000000198951966012828052043914794921875},"elements":[{"id":"7e0e436","elType":"widget","settings":{"editor":"<p>Suporte<br \\/><span style=\\"color: #ffffff;\\"><a style=\\"color: #ffffff;\\" href=\\"https:\\/\\/wa.me\\/5566996009222\\" target=\\"_blank\\" rel=\\"noopener\\">(66) 99600-9222<\\/a><\\/span><br \\/><span style=\\"color: #ffffff;\\"><a style=\\"color: #ffffff;\\" href=\\"https:\\/\\/wa.me\\/5566996049222\\" target=\\"_blank\\" rel=\\"noopener\\">(66) 99604-9222<\\/a><\\/span><\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_family":"Arial"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"61abfcc","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"73cd07c","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":100,"sizes":[]},"text_shadow_text_shadow_type":"yes","button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","button_background_hover_color":"rgba(255,255,255,0)","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"a6ef045","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":100,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"3e456e2","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":100,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"e91364d","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":100,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"feb7565","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":100,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"fefd01d","elType":"column","settings":{"_column_size":12,"_inline_size":12.8499999999999996447286321199499070644378662109375,"content_position":"center"},"elements":[],"isInner":false}],"isInner":false}]'),
(261, 61, '_wp_page_template', 'elementor_header_footer'),
(262, 61, '_elementor_edit_mode', 'builder'),
(263, 61, '_elementor_template_type', 'wp-page'),
(264, 61, '_elementor_version', '2.7.1'),
(265, 61, '_elementor_data', '[{"id":"6cf2ded","elType":"section","settings":{"layout":"full_width","structure":"80","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"1c6aa4b","elType":"column","settings":{"_column_size":12,"_inline_size":null},"elements":[],"isInner":false},{"id":"ef50e23","elType":"column","settings":{"_column_size":12,"_inline_size":30.571000000000001506350599811412394046783447265625},"elements":[{"id":"23313de","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"image_size":"full","align":"center","width":{"unit":"%","size":55,"sizes":[]},"space":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3c4dbe6","elType":"column","settings":{"_column_size":12,"_inline_size":23.849000000000000198951966012828052043914794921875},"elements":[{"id":"7e0e436","elType":"widget","settings":{"editor":"<p>Suporte<br \\/><span style=\\"color: #ffffff;\\"><a style=\\"color: #ffffff;\\" href=\\"https:\\/\\/wa.me\\/5566996009222\\" target=\\"_blank\\" rel=\\"noopener\\">(66) 99600-9222<\\/a><\\/span><br \\/><span style=\\"color: #ffffff;\\"><a style=\\"color: #ffffff;\\" href=\\"https:\\/\\/wa.me\\/5566996049222\\" target=\\"_blank\\" rel=\\"noopener\\">(66) 99604-9222<\\/a><\\/span><\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_family":"Arial"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"61abfcc","elType":"column","settings":{"_column_size":12,"_inline_size":8.1029999999999997584154698415659368038177490234375,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"73cd07c","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":100,"sizes":[]},"text_shadow_text_shadow_type":"yes","button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","button_background_hover_color":"rgba(255,255,255,0)","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"a6ef045","elType":"column","settings":{"_column_size":12,"_inline_size":7.64200000000000034816594052244909107685089111328125,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":100,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"3e456e2","elType":"column","settings":{"_column_size":12,"_inline_size":10.221000000000000085265128291212022304534912109375,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":100,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"e91364d","elType":"column","settings":{"_column_size":12,"_inline_size":9.1159999999999996589394868351519107818603515625,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":100,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"feb7565","elType":"column","settings":{"_column_size":12,"_inline_size":10.4060000000000005826450433232821524143218994140625,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":100,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"fefd01d","elType":"column","settings":{"_column_size":12,"_inline_size":12.3620000000000000994759830064140260219573974609375,"content_position":"center"},"elements":[],"isInner":false}],"isInner":false}]');
INSERT INTO `wpu7_postmeta` VALUES
(366, 74, '_elementor_data', '[{"id":"f15071a","elType":"section","settings":{"gap":"no","structure":"20"},"elements":[{"id":"bb8fd3a","elType":"column","settings":{"_column_size":50,"_inline_size":null,"background_background":"classic","background_color":"#091a46"},"elements":[{"id":"d0683ae","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"width":{"unit":"%","size":29,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3461bc6","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"b6417d6","elType":"section","settings":{"structure":"50"},"elements":[{"id":"378c34e","elType":"column","settings":{"_column_size":20,"_inline_size":null},"elements":[{"id":"73cd07c","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"a22c0dc","elType":"column","settings":{"_column_size":20,"_inline_size":null},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"9f9b269","elType":"column","settings":{"_column_size":20,"_inline_size":null},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"119873b","elType":"column","settings":{"_column_size":20,"_inline_size":null},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"1871b53","elType":"column","settings":{"_column_size":20,"_inline_size":null},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false}]'),
(322, 69, '_wp_page_template', 'elementor_header_footer'),
(323, 69, '_elementor_edit_mode', 'builder'),
(324, 69, '_elementor_template_type', 'wp-page'),
(325, 69, '_elementor_version', '2.7.1'),
(326, 69, '_elementor_data', '[{"id":"6cf2ded","elType":"section","settings":{"layout":"full_width","custom_height":{"unit":"px","size":39,"sizes":[]},"content_position":"middle","structure":"80","background_background":"classic","background_color":"#091a46","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"1c6aa4b","elType":"column","settings":{"_column_size":12,"_inline_size":13,"content_position":"center","align":"center","space_between_widgets":2,"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"isInner":false},{"id":"ef50e23","elType":"column","settings":{"_column_size":12,"_inline_size":29.571000000000001506350599811412394046783447265625},"elements":[],"isInner":false},{"id":"3c4dbe6","elType":"column","settings":{"_column_size":12,"_inline_size":23.849000000000000198951966012828052043914794921875},"elements":[],"isInner":false},{"id":"61abfcc","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"73cd07c","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":0,"sizes":[]},"text_shadow_text_shadow_type":"yes","button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","button_background_hover_color":"rgba(255,255,255,0)","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"a6ef045","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":0,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"3e456e2","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":0,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"e91364d","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":0,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"feb7565","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":0,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"fefd01d","elType":"column","settings":{"_column_size":12,"_inline_size":12.8499999999999996447286321199499070644378662109375,"content_position":"center"},"elements":[],"isInner":false}],"isInner":false}]'),
(276, 63, '_wp_page_template', 'elementor_header_footer'),
(277, 63, '_elementor_edit_mode', 'builder'),
(278, 63, '_elementor_template_type', 'wp-page'),
(279, 63, '_elementor_version', '2.7.1'),
(280, 63, '_elementor_data', '[{"id":"6cf2ded","elType":"section","settings":{"layout":"full_width","content_position":"top","structure":"80","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"1c6aa4b","elType":"column","settings":{"_column_size":12,"_inline_size":null},"elements":[],"isInner":false},{"id":"ef50e23","elType":"column","settings":{"_column_size":12,"_inline_size":30.571000000000001506350599811412394046783447265625},"elements":[{"id":"23313de","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"image_size":"full","align":"center","width":{"unit":"%","size":55,"sizes":[]},"space":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3c4dbe6","elType":"column","settings":{"_column_size":12,"_inline_size":23.849000000000000198951966012828052043914794921875},"elements":[{"id":"7e0e436","elType":"widget","settings":{"editor":"<p>Suporte<br \\/><span style=\\"color: #ffffff;\\"><a style=\\"color: #ffffff;\\" href=\\"https:\\/\\/wa.me\\/5566996009222\\" target=\\"_blank\\" rel=\\"noopener\\">(66) 99600-9222<\\/a><\\/span><br \\/><span style=\\"color: #ffffff;\\"><a style=\\"color: #ffffff;\\" href=\\"https:\\/\\/wa.me\\/5566996049222\\" target=\\"_blank\\" rel=\\"noopener\\">(66) 99604-9222<\\/a><\\/span><\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_family":"Arial"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"61abfcc","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"73cd07c","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":100,"sizes":[]},"text_shadow_text_shadow_type":"yes","button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","button_background_hover_color":"rgba(255,255,255,0)","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"a6ef045","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":100,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"3e456e2","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":100,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"e91364d","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":100,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"feb7565","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":100,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"fefd01d","elType":"column","settings":{"_column_size":12,"_inline_size":12.8499999999999996447286321199499070644378662109375,"content_position":"center"},"elements":[],"isInner":false}],"isInner":false}]'),
(284, 64, '_wp_page_template', 'elementor_header_footer'),
(285, 64, '_elementor_edit_mode', 'builder'),
(286, 64, '_elementor_template_type', 'wp-page'),
(287, 64, '_elementor_version', '2.7.1'),
(288, 64, '_elementor_data', '[{"id":"6cf2ded","elType":"section","settings":{"layout":"full_width","custom_height":{"unit":"px","size":39,"sizes":[]},"content_position":"middle","structure":"80","background_background":"classic","background_color":"#091a46","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"1c6aa4b","elType":"column","settings":{"_column_size":12,"_inline_size":null},"elements":[],"isInner":false},{"id":"ef50e23","elType":"column","settings":{"_column_size":12,"_inline_size":30.571000000000001506350599811412394046783447265625},"elements":[{"id":"23313de","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"image_size":"full","align":"center","width":{"unit":"%","size":44,"sizes":[]},"space":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3c4dbe6","elType":"column","settings":{"_column_size":12,"_inline_size":23.849000000000000198951966012828052043914794921875},"elements":[{"id":"7e0e436","elType":"widget","settings":{"editor":"<p>Suporte<br \\/><span style=\\"color: #ffffff;\\"><a style=\\"color: #ffffff;\\" href=\\"https:\\/\\/wa.me\\/5566996009222\\" target=\\"_blank\\" rel=\\"noopener\\">(66) 99600-9222<\\/a><\\/span><br \\/><span style=\\"color: #ffffff;\\"><a style=\\"color: #ffffff;\\" href=\\"https:\\/\\/wa.me\\/5566996049222\\" target=\\"_blank\\" rel=\\"noopener\\">(66) 99604-9222<\\/a><\\/span><\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_family":"Arial"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"61abfcc","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"73cd07c","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":100,"sizes":[]},"text_shadow_text_shadow_type":"yes","button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","button_background_hover_color":"rgba(255,255,255,0)","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"a6ef045","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":100,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"3e456e2","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":100,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"e91364d","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":100,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"feb7565","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":100,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"fefd01d","elType":"column","settings":{"_column_size":12,"_inline_size":12.8499999999999996447286321199499070644378662109375,"content_position":"center"},"elements":[],"isInner":false}],"isInner":false}]'),
(300, 66, '_wp_page_template', 'elementor_header_footer'),
(293, 65, '_wp_page_template', 'elementor_header_footer'),
(294, 65, '_elementor_edit_mode', 'builder'),
(295, 65, '_elementor_template_type', 'wp-page'),
(296, 65, '_elementor_version', '2.7.1'),
(297, 65, '_elementor_data', '[{"id":"6cf2ded","elType":"section","settings":{"layout":"full_width","custom_height":{"unit":"px","size":39,"sizes":[]},"content_position":"middle","overflow":"hidden","structure":"80","background_background":"classic","background_color":"#091a46","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"1c6aa4b","elType":"column","settings":{"_column_size":12,"_inline_size":null},"elements":[],"isInner":false},{"id":"ef50e23","elType":"column","settings":{"_column_size":12,"_inline_size":30.571000000000001506350599811412394046783447265625},"elements":[{"id":"23313de","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"image_size":"full","align":"center","width":{"unit":"%","size":44,"sizes":[]},"space":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3c4dbe6","elType":"column","settings":{"_column_size":12,"_inline_size":23.849000000000000198951966012828052043914794921875},"elements":[{"id":"7e0e436","elType":"widget","settings":{"editor":"<p>Suporte<br \\/><span style=\\"color: #ffffff;\\"><a style=\\"color: #ffffff;\\" href=\\"https:\\/\\/wa.me\\/5566996009222\\" target=\\"_blank\\" rel=\\"noopener\\">(66) 99600-9222<\\/a><\\/span><br \\/><span style=\\"color: #ffffff;\\"><a style=\\"color: #ffffff;\\" href=\\"https:\\/\\/wa.me\\/5566996049222\\" target=\\"_blank\\" rel=\\"noopener\\">(66) 99604-9222<\\/a><\\/span><\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_family":"Arial"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"61abfcc","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"73cd07c","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":100,"sizes":[]},"text_shadow_text_shadow_type":"yes","button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","button_background_hover_color":"rgba(255,255,255,0)","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"a6ef045","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":100,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"3e456e2","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":100,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"e91364d","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":100,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"feb7565","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":100,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"fefd01d","elType":"column","settings":{"_column_size":12,"_inline_size":12.8499999999999996447286321199499070644378662109375,"content_position":"center"},"elements":[],"isInner":false}],"isInner":false}]'),
(301, 66, '_elementor_edit_mode', 'builder'),
(302, 66, '_elementor_template_type', 'wp-page'),
(303, 66, '_elementor_version', '2.7.1'),
(304, 66, '_elementor_data', '[{"id":"6cf2ded","elType":"section","settings":{"layout":"full_width","custom_height":{"unit":"px","size":39,"sizes":[]},"content_position":"middle","structure":"80","background_background":"classic","background_color":"#091a46","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"1c6aa4b","elType":"column","settings":{"_column_size":12,"_inline_size":null},"elements":[],"isInner":false},{"id":"ef50e23","elType":"column","settings":{"_column_size":12,"_inline_size":30.571000000000001506350599811412394046783447265625},"elements":[{"id":"23313de","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"image_size":"full","align":"center","width":{"unit":"%","size":44,"sizes":[]},"space":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3c4dbe6","elType":"column","settings":{"_column_size":12,"_inline_size":23.849000000000000198951966012828052043914794921875},"elements":[{"id":"7e0e436","elType":"widget","settings":{"editor":"<p>Suporte<br \\/><span style=\\"color: #ffffff;\\"><a style=\\"color: #ffffff;\\" href=\\"https:\\/\\/wa.me\\/5566996009222\\" target=\\"_blank\\" rel=\\"noopener\\">(66) 99600-9222<\\/a><\\/span><br \\/><span style=\\"color: #ffffff;\\"><a style=\\"color: #ffffff;\\" href=\\"https:\\/\\/wa.me\\/5566996049222\\" target=\\"_blank\\" rel=\\"noopener\\">(66) 99604-9222<\\/a><\\/span><\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_family":"Arial"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"61abfcc","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"73cd07c","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":100,"sizes":[]},"text_shadow_text_shadow_type":"yes","button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","button_background_hover_color":"rgba(255,255,255,0)","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"a6ef045","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":100,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"3e456e2","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":100,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"e91364d","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":100,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"feb7565","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":100,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"fefd01d","elType":"column","settings":{"_column_size":12,"_inline_size":12.8499999999999996447286321199499070644378662109375,"content_position":"center"},"elements":[],"isInner":false}],"isInner":false}]'),
(314, 68, '_wp_page_template', 'elementor_header_footer'),
(315, 68, '_elementor_edit_mode', 'builder'),
(316, 68, '_elementor_template_type', 'wp-page'),
(317, 68, '_elementor_version', '2.7.1'),
(318, 68, '_elementor_data', '[{"id":"6cf2ded","elType":"section","settings":{"layout":"full_width","custom_height":{"unit":"px","size":39,"sizes":[]},"content_position":"middle","structure":"80","background_background":"classic","background_color":"#091a46","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"1c6aa4b","elType":"column","settings":{"_column_size":12,"_inline_size":13,"content_position":"center","align":"center","space_between_widgets":2,"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"isInner":false},{"id":"ef50e23","elType":"column","settings":{"_column_size":12,"_inline_size":29.571000000000001506350599811412394046783447265625},"elements":[{"id":"23313de","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"image_size":"full","align":"center","width":{"unit":"%","size":44,"sizes":[]},"space":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3c4dbe6","elType":"column","settings":{"_column_size":12,"_inline_size":23.849000000000000198951966012828052043914794921875},"elements":[],"isInner":false},{"id":"61abfcc","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"73cd07c","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":0,"sizes":[]},"text_shadow_text_shadow_type":"yes","button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","button_background_hover_color":"rgba(255,255,255,0)","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"a6ef045","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":0,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"3e456e2","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":0,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"e91364d","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":0,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"feb7565","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":0,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"fefd01d","elType":"column","settings":{"_column_size":12,"_inline_size":12.8499999999999996447286321199499070644378662109375,"content_position":"center"},"elements":[],"isInner":false}],"isInner":false}]'),
(307, 67, '_wp_page_template', 'elementor_header_footer'),
(308, 67, '_elementor_edit_mode', 'builder'),
(309, 67, '_elementor_template_type', 'wp-page'),
(310, 67, '_elementor_version', '2.7.1'),
(311, 67, '_elementor_data', '[{"id":"6cf2ded","elType":"section","settings":{"layout":"full_width","custom_height":{"unit":"px","size":39,"sizes":[]},"content_position":"middle","structure":"80","background_background":"classic","background_color":"#091a46","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"1c6aa4b","elType":"column","settings":{"_column_size":12,"_inline_size":13,"content_position":"center","align":"center","space_between_widgets":2,"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"isInner":false},{"id":"ef50e23","elType":"column","settings":{"_column_size":12,"_inline_size":29.571000000000001506350599811412394046783447265625},"elements":[{"id":"23313de","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"image_size":"full","align":"center","width":{"unit":"%","size":44,"sizes":[]},"space":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3c4dbe6","elType":"column","settings":{"_column_size":12,"_inline_size":23.849000000000000198951966012828052043914794921875},"elements":[{"id":"7e0e436","elType":"widget","settings":{"editor":"<p>Suporte<br \\/><span style=\\"color: #ffffff;\\"><a style=\\"color: #ffffff;\\" href=\\"https:\\/\\/wa.me\\/5566996009222\\" target=\\"_blank\\" rel=\\"noopener\\">(66) 99600-9222<\\/a><\\/span><br \\/><span style=\\"color: #ffffff;\\"><a style=\\"color: #ffffff;\\" href=\\"https:\\/\\/wa.me\\/5566996049222\\" target=\\"_blank\\" rel=\\"noopener\\">(66) 99604-9222<\\/a><\\/span><\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":20,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"61abfcc","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"73cd07c","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":100,"sizes":[]},"text_shadow_text_shadow_type":"yes","button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","button_background_hover_color":"rgba(255,255,255,0)","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"a6ef045","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":100,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"3e456e2","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":100,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"e91364d","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":100,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"feb7565","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":100,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"fefd01d","elType":"column","settings":{"_column_size":12,"_inline_size":12.8499999999999996447286321199499070644378662109375,"content_position":"center"},"elements":[],"isInner":false}],"isInner":false}]');
INSERT INTO `wpu7_postmeta` VALUES
(330, 70, '_wp_page_template', 'elementor_header_footer'),
(331, 70, '_elementor_edit_mode', 'builder'),
(332, 70, '_elementor_template_type', 'wp-page'),
(333, 70, '_elementor_version', '2.7.1'),
(334, 70, '_elementor_data', '[{"id":"6cf2ded","elType":"section","settings":{"layout":"full_width","custom_height":{"unit":"px","size":39,"sizes":[]},"content_position":"middle","structure":"80","background_background":"classic","background_color":"#091a46","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"1c6aa4b","elType":"column","settings":{"_column_size":12,"_inline_size":13,"content_position":"center","align":"center","space_between_widgets":2,"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"isInner":false},{"id":"ef50e23","elType":"column","settings":{"_column_size":12,"_inline_size":29.571000000000001506350599811412394046783447265625},"elements":[],"isInner":false},{"id":"3c4dbe6","elType":"column","settings":{"_column_size":12,"_inline_size":23.849000000000000198951966012828052043914794921875},"elements":[],"isInner":false},{"id":"61abfcc","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"73cd07c","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":60,"sizes":[]},"text_shadow_text_shadow_type":"yes","button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","button_background_hover_color":"rgba(255,255,255,0)","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"a6ef045","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":0,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"3e456e2","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":0,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"e91364d","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":0,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"feb7565","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":0,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"fefd01d","elType":"column","settings":{"_column_size":12,"_inline_size":12.8499999999999996447286321199499070644378662109375,"content_position":"center"},"elements":[],"isInner":false}],"isInner":false}]'),
(338, 71, '_wp_page_template', 'elementor_header_footer'),
(339, 71, '_elementor_edit_mode', 'builder'),
(340, 71, '_elementor_template_type', 'wp-page'),
(341, 71, '_elementor_version', '2.7.1'),
(342, 71, '_elementor_data', '[{"id":"6cf2ded","elType":"section","settings":{"layout":"full_width","custom_height":{"unit":"px","size":39,"sizes":[]},"content_position":"middle","structure":"80","background_background":"classic","background_color":"rgba(9,26,70,0)","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"1c6aa4b","elType":"column","settings":{"_column_size":12,"_inline_size":13,"content_position":"center","align":"center","space_between_widgets":2,"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"isInner":false},{"id":"ef50e23","elType":"column","settings":{"_column_size":12,"_inline_size":29.571000000000001506350599811412394046783447265625},"elements":[],"isInner":false},{"id":"3c4dbe6","elType":"column","settings":{"_column_size":12,"_inline_size":23.849000000000000198951966012828052043914794921875},"elements":[],"isInner":false},{"id":"61abfcc","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"73cd07c","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":60,"sizes":[]},"text_shadow_text_shadow_type":"yes","button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","button_background_hover_color":"rgba(255,255,255,0)","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"a6ef045","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":0,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"3e456e2","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":0,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"e91364d","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":0,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"feb7565","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":0,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"fefd01d","elType":"column","settings":{"_column_size":12,"_inline_size":12.8499999999999996447286321199499070644378662109375,"content_position":"center"},"elements":[],"isInner":false}],"isInner":false}]'),
(346, 72, '_wp_page_template', 'elementor_header_footer'),
(347, 72, '_elementor_edit_mode', 'builder'),
(348, 72, '_elementor_template_type', 'wp-page'),
(349, 72, '_elementor_version', '2.7.1'),
(350, 72, '_elementor_data', '[{"id":"6cf2ded","elType":"section","settings":{"layout":"full_width","custom_height":{"unit":"px","size":39,"sizes":[]},"content_position":"middle","structure":"80","background_background":"classic","background_color":"rgba(9,26,70,0)","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"1c6aa4b","elType":"column","settings":{"_column_size":12,"_inline_size":13,"content_position":"center","align":"center","space_between_widgets":2,"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"isInner":false},{"id":"ef50e23","elType":"column","settings":{"_column_size":12,"_inline_size":29.571000000000001506350599811412394046783447265625},"elements":[],"isInner":false},{"id":"3c4dbe6","elType":"column","settings":{"_column_size":12,"_inline_size":23.849000000000000198951966012828052043914794921875},"elements":[],"isInner":false},{"id":"61abfcc","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"rgba(9,26,70,0)","background_hover_background":"classic","background_hover_color":"rgba(255,255,255,0)"},"elements":[{"id":"73cd07c","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"9","right":"9","bottom":"9","left":"9","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"a6ef045","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":0,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"3e456e2","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":0,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"e91364d","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":0,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"feb7565","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"#091a46","background_hover_background":"classic","background_hover_color":"#ffffff"},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":0,"sizes":[]},"button_text_color":"#ffffff","background_color":"rgba(9,26,70,0)","hover_color":"#091a46","text_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"fefd01d","elType":"column","settings":{"_column_size":12,"_inline_size":12.8499999999999996447286321199499070644378662109375,"content_position":"center"},"elements":[],"isInner":false}],"isInner":false}]'),
(362, 74, '_wp_page_template', 'elementor_header_footer'),
(363, 74, '_elementor_edit_mode', 'builder'),
(364, 74, '_elementor_template_type', 'wp-page'),
(365, 74, '_elementor_version', '2.7.1'),
(354, 73, '_wp_page_template', 'elementor_header_footer'),
(355, 73, '_elementor_edit_mode', 'builder'),
(356, 73, '_elementor_template_type', 'wp-page'),
(357, 73, '_elementor_version', '2.7.1'),
(358, 73, '_elementor_data', '[{"id":"6cf2ded","elType":"section","settings":{"layout":"full_width","gap":"no","custom_height":{"unit":"px","size":39,"sizes":[]},"content_position":"middle","structure":"80","background_background":"classic","background_color":"rgba(9,26,70,0)","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"1c6aa4b","elType":"column","settings":{"_column_size":12,"_inline_size":13,"content_position":"center","align":"center","space_between_widgets":2,"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"isInner":false},{"id":"ef50e23","elType":"column","settings":{"_column_size":12,"_inline_size":29.571000000000001506350599811412394046783447265625},"elements":[],"isInner":false},{"id":"3c4dbe6","elType":"column","settings":{"_column_size":12,"_inline_size":20.257999999999999118927007657475769519805908203125},"elements":[],"isInner":false},{"id":"61abfcc","elType":"column","settings":{"_column_size":12,"_inline_size":12.5909999999999993036681189551018178462982177734375,"content_position":"center","background_background":"classic","background_color":"rgba(9,26,70,0)","background_hover_background":"classic","background_hover_color":"rgba(255,255,255,0)"},"elements":[{"id":"73cd07c","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"a6ef045","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"rgba(9,26,70,0)","background_hover_background":"classic","background_hover_color":"rgba(255,255,255,0)"},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"3e456e2","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"rgba(9,26,70,0)","background_hover_background":"classic","background_hover_color":"rgba(255,255,255,0)"},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"e91364d","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"rgba(9,26,70,0)","background_hover_background":"classic","background_hover_color":"rgba(255,255,255,0)"},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"feb7565","elType":"column","settings":{"_column_size":12,"_inline_size":9,"content_position":"center","background_background":"classic","background_color":"rgba(9,26,70,0)","background_hover_background":"classic","background_hover_color":"rgba(255,255,255,0)"},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"fefd01d","elType":"column","settings":{"_column_size":12,"_inline_size":12.8499999999999996447286321199499070644378662109375,"content_position":"center"},"elements":[],"isInner":false}],"isInner":false}]'),
(370, 75, '_wp_page_template', 'elementor_header_footer'),
(371, 75, '_elementor_edit_mode', 'builder'),
(372, 75, '_elementor_template_type', 'wp-page'),
(373, 75, '_elementor_version', '2.7.1'),
(374, 75, '_elementor_data', '[{"id":"f15071a","elType":"section","settings":{"gap":"no","structure":"20"},"elements":[{"id":"bb8fd3a","elType":"column","settings":{"_column_size":50,"_inline_size":null,"background_background":"classic","background_color":"#091a46"},"elements":[{"id":"d0683ae","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"width":{"unit":"%","size":36,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3461bc6","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"b6417d6","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"50"},"elements":[{"id":"378c34e","elType":"column","settings":{"_column_size":20,"_inline_size":null},"elements":[{"id":"73cd07c","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"a22c0dc","elType":"column","settings":{"_column_size":20,"_inline_size":null},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"9f9b269","elType":"column","settings":{"_column_size":20,"_inline_size":null},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"119873b","elType":"column","settings":{"_column_size":20,"_inline_size":null},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"1871b53","elType":"column","settings":{"_column_size":20,"_inline_size":null},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false}]'),
(1055, 174, '_elementor_css', 'a:5:{s:4:"time";i:1574385491;s:5:"fonts";a:1:{i:0;s:5:"Arial";}s:5:"icons";a:1:{i:0;s:0:"";}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(393, 79, '_wp_page_template', 'elementor_header_footer'),
(394, 79, '_elementor_edit_mode', 'builder'),
(395, 79, '_elementor_template_type', 'wp-page'),
(396, 79, '_elementor_version', '2.7.1'),
(397, 79, '_elementor_data', '[{"id":"f15071a","elType":"section","settings":{"gap":"no","structure":"20"},"elements":[{"id":"bb8fd3a","elType":"column","settings":{"_column_size":50,"_inline_size":27.900999999999999801048033987171947956085205078125,"background_background":"classic","background_color":"#091a46"},"elements":[{"id":"d0683ae","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"width":{"unit":"px","size":233,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3461bc6","elType":"column","settings":{"_column_size":50,"_inline_size":72.0990000000000037516656448133289813995361328125},"elements":[{"id":"b6417d6","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"50","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"378c34e","elType":"column","settings":{"_column_size":20,"_inline_size":null},"elements":[{"id":"73cd07c","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"a22c0dc","elType":"column","settings":{"_column_size":20,"_inline_size":null},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"9f9b269","elType":"column","settings":{"_column_size":20,"_inline_size":null},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"119873b","elType":"column","settings":{"_column_size":20,"_inline_size":null},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"1871b53","elType":"column","settings":{"_column_size":20,"_inline_size":null},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false}]'),
(386, 77, '_elementor_edit_mode', 'builder'),
(387, 77, '_elementor_template_type', 'wp-page'),
(388, 77, '_elementor_version', '2.7.1'),
(389, 77, '_elementor_data', '[{"id":"f15071a","elType":"section","settings":{"gap":"no","structure":"20"},"elements":[{"id":"bb8fd3a","elType":"column","settings":{"_column_size":50,"_inline_size":27.900999999999999801048033987171947956085205078125,"background_background":"classic","background_color":"#091a46"},"elements":[{"id":"d0683ae","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"width":{"unit":"px","size":233,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3461bc6","elType":"column","settings":{"_column_size":50,"_inline_size":72.0990000000000037516656448133289813995361328125},"elements":[{"id":"b6417d6","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"50"},"elements":[{"id":"378c34e","elType":"column","settings":{"_column_size":20,"_inline_size":null},"elements":[{"id":"73cd07c","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"a22c0dc","elType":"column","settings":{"_column_size":20,"_inline_size":null},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"9f9b269","elType":"column","settings":{"_column_size":20,"_inline_size":null},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"119873b","elType":"column","settings":{"_column_size":20,"_inline_size":null},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"1871b53","elType":"column","settings":{"_column_size":20,"_inline_size":null},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false}]'),
(385, 77, '_wp_page_template', 'elementor_header_footer'),
(1054, 174, '_elementor_pro_version', '2.7.3'),
(417, 82, '_wp_page_template', 'elementor_header_footer'),
(409, 81, '_wp_page_template', 'elementor_header_footer'),
(410, 81, '_elementor_edit_mode', 'builder'),
(411, 81, '_elementor_template_type', 'wp-page'),
(412, 81, '_elementor_version', '2.7.4'),
(413, 81, '_elementor_data', '[{"id":"f15071a","elType":"section","settings":{"gap":"no","structure":"20","layout":"full_width","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"bb8fd3a","elType":"column","settings":{"_column_size":50,"_inline_size":27.900999999999999801048033987171947956085205078125,"background_background":"classic","background_color":"#091a46"},"elements":[{"id":"d0683ae","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"width":{"unit":"px","size":233,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3461bc6","elType":"column","settings":{"_column_size":50,"_inline_size":72.0990000000000037516656448133289813995361328125},"elements":[{"id":"b6417d6","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"50","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"378c34e","elType":"column","settings":{"_column_size":20,"_inline_size":null},"elements":[{"id":"73cd07c","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"a22c0dc","elType":"column","settings":{"_column_size":20,"_inline_size":null},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"9f9b269","elType":"column","settings":{"_column_size":20,"_inline_size":null},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"119873b","elType":"column","settings":{"_column_size":20,"_inline_size":null},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"1871b53","elType":"column","settings":{"_column_size":20,"_inline_size":null},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false}]'),
(418, 82, '_elementor_edit_mode', 'builder'),
(419, 82, '_elementor_template_type', 'wp-page'),
(420, 82, '_elementor_version', '2.7.4'),
(421, 82, '_elementor_data', '[{"id":"f15071a","elType":"section","settings":{"gap":"no","structure":"20","layout":"full_width","background_background":"classic"},"elements":[{"id":"bb8fd3a","elType":"column","settings":{"_column_size":50,"_inline_size":27.900999999999999801048033987171947956085205078125,"background_background":"classic","background_color":"#091a46"},"elements":[{"id":"d0683ae","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"width":{"unit":"px","size":233,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3461bc6","elType":"column","settings":{"_column_size":50,"_inline_size":72.0990000000000037516656448133289813995361328125},"elements":[{"id":"b6417d6","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"50","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"378c34e","elType":"column","settings":{"_column_size":20,"_inline_size":null},"elements":[{"id":"73cd07c","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"a22c0dc","elType":"column","settings":{"_column_size":20,"_inline_size":null},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"9f9b269","elType":"column","settings":{"_column_size":20,"_inline_size":null},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"119873b","elType":"column","settings":{"_column_size":20,"_inline_size":null},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"1871b53","elType":"column","settings":{"_column_size":20,"_inline_size":null},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false}]'),
(424, 83, '_wp_page_template', 'elementor_header_footer'),
(425, 83, '_elementor_edit_mode', 'builder'),
(426, 83, '_elementor_template_type', 'wp-page'),
(427, 83, '_elementor_version', '2.7.4'),
(428, 83, '_elementor_data', '[{"id":"f15071a","elType":"section","settings":{"gap":"no","structure":"20","layout":"full_width","background_background":"classic"},"elements":[{"id":"bb8fd3a","elType":"column","settings":{"_column_size":50,"_inline_size":27.900999999999999801048033987171947956085205078125,"background_background":"classic","background_color":"#091a46"},"elements":[{"id":"d0683ae","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"width":{"unit":"px","size":233,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3461bc6","elType":"column","settings":{"_column_size":50,"_inline_size":72.0990000000000037516656448133289813995361328125},"elements":[{"id":"b6417d6","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"60","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"378c34e","elType":"column","settings":{"_column_size":16,"_inline_size":null},"elements":[{"id":"73cd07c","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"a22c0dc","elType":"column","settings":{"_column_size":16,"_inline_size":null},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"9f9b269","elType":"column","settings":{"_column_size":16,"_inline_size":null},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b8594b4","elType":"column","settings":{"_column_size":16,"_inline_size":null},"elements":[{"id":"51a86b5","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"119873b","elType":"column","settings":{"_column_size":16,"_inline_size":null},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"1871b53","elType":"column","settings":{"_column_size":16,"_inline_size":null},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false}]');
INSERT INTO `wpu7_postmeta` VALUES
(455, 87, '_elementor_template_type', 'wp-page'),
(456, 87, '_elementor_version', '2.7.4'),
(457, 87, '_elementor_data', '[{"id":"f15071a","elType":"section","settings":{"gap":"no","structure":"20","layout":"full_width","background_background":"classic"},"elements":[{"id":"bb8fd3a","elType":"column","settings":{"_column_size":50,"_inline_size":27.900999999999999801048033987171947956085205078125,"background_background":"classic","background_color":"#091a46"},"elements":[{"id":"d0683ae","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"width":{"unit":"px","size":233,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3461bc6","elType":"column","settings":{"_column_size":50,"_inline_size":72.0990000000000037516656448133289813995361328125},"elements":[{"id":"b6417d6","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"100","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"378c34e","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"35fdc9a","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"fa2c493","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"d04e4a8","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"f94c43a","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"a22c0dc","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"9f9b269","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b8594b4","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"51a86b5","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"119873b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"1871b53","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"18aa82b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false}]'),
(453, 87, '_wp_page_template', 'elementor_header_footer'),
(454, 87, '_elementor_edit_mode', 'builder'),
(448, 86, '_elementor_template_type', 'wp-page'),
(449, 86, '_elementor_version', '2.7.4'),
(450, 86, '_elementor_data', '[{"id":"f15071a","elType":"section","settings":{"gap":"no","structure":"20","layout":"full_width","background_background":"classic"},"elements":[{"id":"bb8fd3a","elType":"column","settings":{"_column_size":50,"_inline_size":27.900999999999999801048033987171947956085205078125,"background_background":"classic","background_color":"#091a46"},"elements":[{"id":"d0683ae","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"width":{"unit":"px","size":233,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3461bc6","elType":"column","settings":{"_column_size":50,"_inline_size":72.0990000000000037516656448133289813995361328125},"elements":[{"id":"b6417d6","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"90","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"378c34e","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[],"isInner":true},{"id":"35fdc9a","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"5b244f2","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"fa2c493","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"6f6bc75","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"d04e4a8","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"f94c43a","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"a22c0dc","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"9f9b269","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b8594b4","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"51a86b5","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"119873b","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"1871b53","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false}]'),
(431, 84, '_wp_page_template', 'elementor_header_footer'),
(432, 84, '_elementor_edit_mode', 'builder'),
(433, 84, '_elementor_template_type', 'wp-page'),
(434, 84, '_elementor_version', '2.7.4'),
(435, 84, '_elementor_data', '[{"id":"f15071a","elType":"section","settings":{"gap":"no","structure":"20","layout":"full_width","background_background":"classic"},"elements":[{"id":"bb8fd3a","elType":"column","settings":{"_column_size":50,"_inline_size":27.900999999999999801048033987171947956085205078125,"background_background":"classic","background_color":"#091a46"},"elements":[{"id":"d0683ae","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"width":{"unit":"px","size":233,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3461bc6","elType":"column","settings":{"_column_size":50,"_inline_size":72.0990000000000037516656448133289813995361328125},"elements":[{"id":"b6417d6","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"90","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"378c34e","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"73cd07c","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"a22c0dc","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"9f9b269","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b8594b4","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"51a86b5","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"119873b","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"1871b53","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"d1cf0d6","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"5ccb8d4","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"a92a6de","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"31bc673","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"56500c2","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"f36776b","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false}]'),
(446, 86, '_wp_page_template', 'elementor_header_footer'),
(447, 86, '_elementor_edit_mode', 'builder'),
(439, 85, '_wp_page_template', 'elementor_header_footer'),
(440, 85, '_elementor_edit_mode', 'builder'),
(441, 85, '_elementor_template_type', 'wp-page'),
(442, 85, '_elementor_version', '2.7.4'),
(443, 85, '_elementor_data', '[{"id":"f15071a","elType":"section","settings":{"gap":"no","structure":"20","layout":"full_width","background_background":"classic"},"elements":[{"id":"bb8fd3a","elType":"column","settings":{"_column_size":50,"_inline_size":27.900999999999999801048033987171947956085205078125,"background_background":"classic","background_color":"#091a46"},"elements":[{"id":"d0683ae","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"width":{"unit":"px","size":233,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3461bc6","elType":"column","settings":{"_column_size":50,"_inline_size":72.0990000000000037516656448133289813995361328125},"elements":[{"id":"b6417d6","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"90","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"378c34e","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"73cd07c","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"35fdc9a","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"5b244f2","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"fa2c493","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"6f6bc75","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"d04e4a8","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"f94c43a","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"a22c0dc","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"9f9b269","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b8594b4","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"51a86b5","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"119873b","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"1871b53","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false}]'),
(461, 88, '_wp_page_template', 'elementor_header_footer'),
(462, 88, '_elementor_edit_mode', 'builder'),
(463, 88, '_elementor_template_type', 'wp-page'),
(464, 88, '_elementor_version', '2.7.4'),
(465, 88, '_elementor_data', '[{"id":"f15071a","elType":"section","settings":{"gap":"no","structure":"30","layout":"full_width","background_background":"classic"},"elements":[{"id":"bb8fd3a","elType":"column","settings":{"_column_size":33,"_inline_size":7.8269999999999999573674358543939888477325439453125,"background_background":"classic","background_color":"#091a46"},"elements":[],"isInner":false},{"id":"18e8b3e","elType":"column","settings":{"_column_size":33,"_inline_size":24.309000000000001051603248924948275089263916015625,"background_background":"classic","background_color":"#091a46"},"elements":[{"id":"ab13c7e","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"width":{"unit":"px","size":233,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3461bc6","elType":"column","settings":{"_column_size":33,"_inline_size":67.8599999999999994315658113919198513031005859375},"elements":[{"id":"b6417d6","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"100","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"378c34e","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"35fdc9a","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"fa2c493","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"d04e4a8","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"f94c43a","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"a22c0dc","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"9f9b269","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b8594b4","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"51a86b5","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"119873b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"1871b53","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"18aa82b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false}]'),
(946, 35, '_elementor_pro_version', '2.7.3'),
(483, 91, '_wp_page_template', 'elementor_header_footer'),
(484, 91, '_elementor_edit_mode', 'builder'),
(485, 91, '_elementor_template_type', 'wp-page'),
(486, 91, '_elementor_version', '2.7.4'),
(487, 91, '_elementor_data', '[{"id":"f15071a","elType":"section","settings":{"gap":"no","structure":"30","layout":"full_width","background_background":"classic"},"elements":[{"id":"bb8fd3a","elType":"column","settings":{"_column_size":33,"_inline_size":11.602000000000000312638803734444081783294677734375,"background_background":"classic","background_color":"#091a46"},"elements":[{"id":"9a1ab8b","elType":"widget","settings":[],"elements":[],"widgetType":"sidebar"}],"isInner":false},{"id":"18e8b3e","elType":"column","settings":{"_column_size":33,"_inline_size":20.53399999999999891997504164464771747589111328125,"background_background":"classic","background_color":"#091a46"},"elements":[{"id":"ab13c7e","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"width":{"unit":"px","size":233,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3461bc6","elType":"column","settings":{"_column_size":33,"_inline_size":67.8599999999999994315658113919198513031005859375},"elements":[{"id":"b6417d6","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"100","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"378c34e","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"35fdc9a","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"fa2c493","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"d04e4a8","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"f94c43a","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"a22c0dc","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"9f9b269","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b8594b4","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"51a86b5","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"119873b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"1871b53","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"18aa82b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false}]'),
(477, 90, '_elementor_edit_mode', 'builder'),
(478, 90, '_elementor_template_type', 'wp-page'),
(479, 90, '_elementor_version', '2.7.4'),
(480, 90, '_elementor_data', '[{"id":"f15071a","elType":"section","settings":{"gap":"no","structure":"30","layout":"full_width","background_background":"classic"},"elements":[{"id":"bb8fd3a","elType":"column","settings":{"_column_size":33,"_inline_size":11.602000000000000312638803734444081783294677734375,"background_background":"classic","background_color":"#091a46"},"elements":[{"id":"fdb002c","elType":"widget","settings":[],"elements":[],"widgetType":"star-rating"}],"isInner":false},{"id":"18e8b3e","elType":"column","settings":{"_column_size":33,"_inline_size":20.53399999999999891997504164464771747589111328125,"background_background":"classic","background_color":"#091a46"},"elements":[{"id":"ab13c7e","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"width":{"unit":"px","size":233,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3461bc6","elType":"column","settings":{"_column_size":33,"_inline_size":67.8599999999999994315658113919198513031005859375},"elements":[{"id":"b6417d6","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"100","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"378c34e","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"35fdc9a","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"fa2c493","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"d04e4a8","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"f94c43a","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"a22c0dc","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"9f9b269","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b8594b4","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"51a86b5","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"119873b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"1871b53","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"18aa82b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false}]'),
(476, 90, '_wp_page_template', 'elementor_header_footer'),
(945, 161, '_elementor_css', 'a:5:{s:4:"time";i:1572566719;s:5:"fonts";a:1:{i:0;s:5:"Arial";}s:5:"icons";a:1:{i:0;s:0:"";}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(500, 93, '_elementor_template_type', 'wp-page'),
(501, 93, '_elementor_version', '2.7.4'),
(502, 93, '_elementor_data', '[{"id":"f15071a","elType":"section","settings":{"gap":"no","structure":"30","layout":"full_width","background_background":"classic"},"elements":[{"id":"bb8fd3a","elType":"column","settings":{"_column_size":33,"_inline_size":11.602000000000000312638803734444081783294677734375,"background_background":"classic"},"elements":[{"id":"818aa0e","elType":"section","settings":{"layout":"full_width","gap":"no","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"8efa8d4","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[],"isInner":true}],"isInner":true}],"isInner":false},{"id":"18e8b3e","elType":"column","settings":{"_column_size":33,"_inline_size":20.53399999999999891997504164464771747589111328125,"background_background":"classic","background_color":"#091a46"},"elements":[{"id":"ab13c7e","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"width":{"unit":"px","size":233,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3461bc6","elType":"column","settings":{"_column_size":33,"_inline_size":67.8599999999999994315658113919198513031005859375},"elements":[{"id":"b6417d6","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"100","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"378c34e","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"35fdc9a","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"fa2c493","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"d04e4a8","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"f94c43a","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"a22c0dc","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"9f9b269","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b8594b4","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"51a86b5","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"119873b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"1871b53","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"18aa82b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false}]');
INSERT INTO `wpu7_postmeta` VALUES
(513, 95, '_wp_page_template', 'elementor_header_footer'),
(514, 95, '_elementor_edit_mode', 'builder'),
(515, 95, '_elementor_template_type', 'wp-page'),
(505, 94, '_wp_page_template', 'elementor_header_footer'),
(506, 94, '_elementor_edit_mode', 'builder'),
(507, 94, '_elementor_template_type', 'wp-page'),
(508, 94, '_elementor_version', '2.7.4'),
(509, 94, '_elementor_data', '[{"id":"f15071a","elType":"section","settings":{"gap":"no","structure":"30","layout":"full_width","background_background":"classic"},"elements":[{"id":"bb8fd3a","elType":"column","settings":{"_column_size":33,"_inline_size":11.602000000000000312638803734444081783294677734375,"background_background":"classic"},"elements":[{"id":"818aa0e","elType":"section","settings":{"layout":"full_width","gap":"no","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"8efa8d4","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"5f44b7c","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"18e8b3e","elType":"column","settings":{"_column_size":33,"_inline_size":20.53399999999999891997504164464771747589111328125,"background_background":"classic","background_color":"#091a46"},"elements":[{"id":"ab13c7e","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"width":{"unit":"px","size":233,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3461bc6","elType":"column","settings":{"_column_size":33,"_inline_size":67.8599999999999994315658113919198513031005859375},"elements":[{"id":"b6417d6","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"100","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"378c34e","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"35fdc9a","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"fa2c493","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"d04e4a8","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"f94c43a","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"a22c0dc","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"9f9b269","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b8594b4","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"51a86b5","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"119873b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"1871b53","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"18aa82b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false}]'),
(498, 93, '_wp_page_template', 'elementor_header_footer'),
(499, 93, '_elementor_edit_mode', 'builder'),
(516, 95, '_elementor_version', '2.7.4'),
(517, 95, '_elementor_data', '[{"id":"f15071a","elType":"section","settings":{"gap":"no","structure":"30","layout":"full_width","background_background":"classic"},"elements":[{"id":"bb8fd3a","elType":"column","settings":{"_column_size":33,"_inline_size":11.602000000000000312638803734444081783294677734375,"background_background":"classic"},"elements":[{"id":"818aa0e","elType":"section","settings":{"layout":"full_width","gap":"no","height_inner":"min-height","custom_height_inner":{"unit":"px","size":0,"sizes":[]},"background_background":"classic","background_color":"#091a46"},"elements":[{"id":"8efa8d4","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"a755177","elType":"widget","settings":{"text":"","link":{"url":"","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"18e8b3e","elType":"column","settings":{"_column_size":33,"_inline_size":20.53399999999999891997504164464771747589111328125,"background_background":"classic","background_color":"#091a46"},"elements":[{"id":"ab13c7e","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"width":{"unit":"px","size":233,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3461bc6","elType":"column","settings":{"_column_size":33,"_inline_size":67.8599999999999994315658113919198513031005859375},"elements":[{"id":"b6417d6","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"100","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"378c34e","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"35fdc9a","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"fa2c493","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"d04e4a8","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"f94c43a","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"a22c0dc","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"9f9b269","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b8594b4","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"51a86b5","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"119873b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"1871b53","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"18aa82b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false}]'),
(521, 96, '_wp_page_template', 'elementor_header_footer'),
(522, 96, '_elementor_edit_mode', 'builder'),
(523, 96, '_elementor_template_type', 'wp-page'),
(524, 96, '_elementor_version', '2.7.4'),
(525, 96, '_elementor_data', '[{"id":"f15071a","elType":"section","settings":{"gap":"no","structure":"30","layout":"full_width","background_background":"classic"},"elements":[{"id":"bb8fd3a","elType":"column","settings":{"_column_size":33,"_inline_size":11.602000000000000312638803734444081783294677734375,"background_background":"classic"},"elements":[{"id":"818aa0e","elType":"section","settings":{"layout":"full_width","gap":"no","height_inner":"min-height","custom_height_inner":{"unit":"px","size":0,"sizes":[]},"background_background":"classic","background_color":"#091a46"},"elements":[{"id":"8efa8d4","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"a755177","elType":"widget","settings":{"text":"","link":{"url":"","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"18e8b3e","elType":"column","settings":{"_column_size":33,"_inline_size":20.53399999999999891997504164464771747589111328125,"background_background":"classic","background_color":"#091a46"},"elements":[{"id":"ab13c7e","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"width":{"unit":"px","size":233,"sizes":[]},"image_size":"medium"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3461bc6","elType":"column","settings":{"_column_size":33,"_inline_size":67.8599999999999994315658113919198513031005859375},"elements":[{"id":"b6417d6","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"100","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"378c34e","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"35fdc9a","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"fa2c493","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"d04e4a8","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"f94c43a","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"a22c0dc","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"9f9b269","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b8594b4","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"51a86b5","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"119873b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"1871b53","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"18aa82b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false}]'),
(549, 102, '_wp_page_template', 'elementor_header_footer'),
(550, 102, '_elementor_edit_mode', 'builder'),
(551, 102, '_elementor_template_type', 'wp-page'),
(552, 102, '_elementor_version', '2.7.4'),
(542, 101, '_wp_page_template', 'elementor_header_footer'),
(543, 101, '_elementor_edit_mode', 'builder'),
(544, 101, '_elementor_template_type', 'wp-page'),
(545, 101, '_elementor_version', '2.7.4'),
(546, 101, '_elementor_data', '[{"id":"f15071a","elType":"section","settings":{"gap":"no","structure":"30","layout":"full_width","background_background":"classic"},"elements":[{"id":"bb8fd3a","elType":"column","settings":{"_column_size":33,"_inline_size":11.602000000000000312638803734444081783294677734375,"background_background":"classic"},"elements":[{"id":"818aa0e","elType":"section","settings":{"layout":"full_width","gap":"no","height_inner":"min-height","custom_height_inner":{"unit":"px","size":0,"sizes":[]},"background_background":"classic","background_color":"#091a46"},"elements":[{"id":"8efa8d4","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"a755177","elType":"widget","settings":{"text":"","link":{"url":"","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"18e8b3e","elType":"column","settings":{"_column_size":33,"_inline_size":20.53399999999999891997504164464771747589111328125,"background_background":"classic","background_color":"#091a46"},"elements":[{"id":"ab13c7e","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"width":{"unit":"px","size":233,"sizes":[]},"image_size":"medium"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3461bc6","elType":"column","settings":{"_column_size":33,"_inline_size":67.8599999999999994315658113919198513031005859375},"elements":[{"id":"b6417d6","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"100","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"378c34e","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"35fdc9a","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"fa2c493","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"d04e4a8","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"f94c43a","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"a22c0dc","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"9f9b269","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b8594b4","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"51a86b5","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"119873b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"1871b53","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"18aa82b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"90373dd","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":500,"sizes":[]},"gap":"no","height":"min-height"},"elements":[{"id":"136a40d","elType":"column","settings":{"_column_size":100},"elements":[{"id":"e8548ad","elType":"widget","settings":{"wp_gallery":[{"id":98,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":99,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":100,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_05.png"}]},"elements":[],"widgetType":"image-gallery"}],"isInner":false}],"isInner":false}]'),
(778, 137, '_wp_attached_file', '2019/10/Slide_02.png'),
(779, 137, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1366;s:6:"height";i:450;s:4:"file";s:20:"2019/10/Slide_02.png";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"Slide_02-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:19:"Slide_02-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:20:"Slide_02-768x253.png";s:5:"width";i:768;s:6:"height";i:253;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:21:"Slide_02-1024x337.png";s:5:"width";i:1024;s:6:"height";i:337;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:{}}}'),
(1325, 246, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1366;s:6:"height";i:450;s:4:"file";s:20:"2019/12/Slide_03.png";s:5:"sizes";a:4:{s:6:"medium";a:4:{s:4:"file";s:19:"Slide_03-300x99.png";s:5:"width";i:300;s:6:"height";i:99;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:21:"Slide_03-1024x337.png";s:5:"width";i:1024;s:6:"height";i:337;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:20:"Slide_03-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:20:"Slide_03-768x253.png";s:5:"width";i:768;s:6:"height";i:253;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:{}}}'),
(629, 112, '_elementor_data', '[{"id":"8b1bbbe","elType":"section","settings":{"layout":"full_width","gap":"no","content_position":"middle","margin":{"unit":"px","top":"0","right":0,"bottom":"-0","left":0,"isLinked":false}},"elements":[{"id":"23f7fd7","elType":"column","settings":{"_column_size":100},"elements":[{"id":"20e9dac","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"100","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"5d4c3be","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"4608547","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"99598b0","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"f7c25c5","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"d84f676","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"4c0158c","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a7c68a6","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"4487a75","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"37f4f5a","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"76a2cc0","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"b2e44be","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"37b3a1e","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"6557a3c","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"ecc3437","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"96693c3","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"e01dd93","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true}],"isInner":true},{"id":"e946868","elType":"widget","settings":{"carousel":[{"id":98,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":99,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":100,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_05.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","arrows_size":{"unit":"px","size":20,"sizes":[]}},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false}]'),
(553, 102, '_elementor_data', '[{"id":"f15071a","elType":"section","settings":{"gap":"no","structure":"30","layout":"full_width","background_background":"classic"},"elements":[{"id":"bb8fd3a","elType":"column","settings":{"_column_size":33,"_inline_size":11.602000000000000312638803734444081783294677734375,"background_background":"classic"},"elements":[{"id":"818aa0e","elType":"section","settings":{"layout":"full_width","gap":"no","height_inner":"min-height","custom_height_inner":{"unit":"px","size":0,"sizes":[]},"background_background":"classic","background_color":"#091a46"},"elements":[{"id":"8efa8d4","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"a755177","elType":"widget","settings":{"text":"","link":{"url":"","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"18e8b3e","elType":"column","settings":{"_column_size":33,"_inline_size":20.53399999999999891997504164464771747589111328125,"background_background":"classic","background_color":"#091a46"},"elements":[{"id":"ab13c7e","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"width":{"unit":"px","size":233,"sizes":[]},"image_size":"medium"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3461bc6","elType":"column","settings":{"_column_size":33,"_inline_size":67.8599999999999994315658113919198513031005859375},"elements":[{"id":"b6417d6","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"100","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"378c34e","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"35fdc9a","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"fa2c493","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"d04e4a8","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"f94c43a","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"a22c0dc","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"9f9b269","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b8594b4","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"51a86b5","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"119873b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"1871b53","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"18aa82b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"19b7626","elType":"section","settings":{"layout":"full_width","gap":"no","content_position":"middle"},"elements":[{"id":"ca88b49","elType":"column","settings":{"_column_size":100},"elements":[{"id":"f561504","elType":"widget","settings":{"carousel":[{"id":98,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":99,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":100,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_05.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","arrows_size":{"unit":"px","size":20,"sizes":[]}},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false}]'),
(628, 112, '_elementor_version', '2.7.4'),
(557, 103, '_wp_page_template', 'elementor_header_footer'),
(558, 103, '_elementor_edit_mode', 'builder'),
(559, 103, '_elementor_template_type', 'wp-page'),
(560, 103, '_elementor_version', '2.7.4'),
(561, 103, '_elementor_data', '[{"id":"f15071a","elType":"section","settings":{"gap":"no","structure":"30","layout":"full_width","background_background":"classic"},"elements":[{"id":"bb8fd3a","elType":"column","settings":{"_column_size":33,"_inline_size":11.602000000000000312638803734444081783294677734375,"background_background":"classic"},"elements":[{"id":"818aa0e","elType":"section","settings":{"layout":"full_width","gap":"no","height_inner":"min-height","custom_height_inner":{"unit":"px","size":0,"sizes":[]},"background_background":"classic","background_color":"#091a46"},"elements":[{"id":"8efa8d4","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"a755177","elType":"widget","settings":{"text":"","link":{"url":"","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"18e8b3e","elType":"column","settings":{"_column_size":33,"_inline_size":20.53399999999999891997504164464771747589111328125,"background_background":"classic","background_color":"#091a46"},"elements":[{"id":"ab13c7e","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"width":{"unit":"px","size":233,"sizes":[]},"image_size":"medium"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3461bc6","elType":"column","settings":{"_column_size":33,"_inline_size":67.8599999999999994315658113919198513031005859375},"elements":[{"id":"b6417d6","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"100","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"378c34e","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"35fdc9a","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"fa2c493","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"d04e4a8","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"f94c43a","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"a22c0dc","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"9f9b269","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b8594b4","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"51a86b5","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"119873b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"1871b53","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"18aa82b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"19b7626","elType":"section","settings":{"layout":"full_width","gap":"no","content_position":"middle","margin":{"unit":"px","top":"-67","right":0,"bottom":"-67","left":0,"isLinked":true}},"elements":[{"id":"ca88b49","elType":"column","settings":{"_column_size":100},"elements":[{"id":"f561504","elType":"widget","settings":{"carousel":[{"id":98,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":99,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":100,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_05.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","arrows_size":{"unit":"px","size":20,"sizes":[]}},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false}]');
INSERT INTO `wpu7_postmeta` VALUES
(565, 104, '_wp_page_template', 'elementor_header_footer'),
(566, 104, '_elementor_edit_mode', 'builder'),
(567, 104, '_elementor_template_type', 'wp-page'),
(568, 104, '_elementor_version', '2.7.4'),
(569, 104, '_elementor_data', '[{"id":"f15071a","elType":"section","settings":{"gap":"no","structure":"30","layout":"full_width","background_background":"classic"},"elements":[{"id":"bb8fd3a","elType":"column","settings":{"_column_size":33,"_inline_size":11.602000000000000312638803734444081783294677734375,"background_background":"classic"},"elements":[{"id":"818aa0e","elType":"section","settings":{"layout":"full_width","gap":"no","height_inner":"min-height","custom_height_inner":{"unit":"px","size":0,"sizes":[]},"background_background":"classic","background_color":"#091a46"},"elements":[{"id":"8efa8d4","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"a755177","elType":"widget","settings":{"text":"","link":{"url":"","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"18e8b3e","elType":"column","settings":{"_column_size":33,"_inline_size":20.53399999999999891997504164464771747589111328125,"background_background":"classic","background_color":"#091a46"},"elements":[{"id":"ab13c7e","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"width":{"unit":"px","size":233,"sizes":[]},"image_size":"medium"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3461bc6","elType":"column","settings":{"_column_size":33,"_inline_size":67.8599999999999994315658113919198513031005859375},"elements":[{"id":"b6417d6","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"100","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"378c34e","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"35fdc9a","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"fa2c493","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"d04e4a8","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"f94c43a","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"a22c0dc","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"9f9b269","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b8594b4","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"51a86b5","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"119873b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"1871b53","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"18aa82b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"19b7626","elType":"section","settings":{"layout":"full_width","gap":"no","content_position":"middle","margin":{"unit":"px","top":"-87","right":0,"bottom":"-0","left":0,"isLinked":false}},"elements":[{"id":"ca88b49","elType":"column","settings":{"_column_size":100},"elements":[{"id":"f561504","elType":"widget","settings":{"carousel":[{"id":98,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":99,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":100,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_05.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","arrows_size":{"unit":"px","size":20,"sizes":[]}},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false}]'),
(573, 105, '_wp_page_template', 'elementor_header_footer'),
(574, 105, '_elementor_edit_mode', 'builder'),
(575, 105, '_elementor_template_type', 'wp-page'),
(576, 105, '_elementor_version', '2.7.4'),
(577, 105, '_elementor_data', '[{"id":"f15071a","elType":"section","settings":{"gap":"no","structure":"30","layout":"full_width","background_background":"classic"},"elements":[{"id":"bb8fd3a","elType":"column","settings":{"_column_size":33,"_inline_size":11.602000000000000312638803734444081783294677734375,"background_background":"classic"},"elements":[{"id":"818aa0e","elType":"section","settings":{"layout":"full_width","gap":"no","height_inner":"min-height","custom_height_inner":{"unit":"px","size":0,"sizes":[]},"background_background":"classic","background_color":"#091a46"},"elements":[{"id":"8efa8d4","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"a755177","elType":"widget","settings":{"text":"","link":{"url":"","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"18e8b3e","elType":"column","settings":{"_column_size":33,"_inline_size":20.53399999999999891997504164464771747589111328125,"background_background":"classic","background_color":"#091a46"},"elements":[{"id":"ab13c7e","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"width":{"unit":"px","size":233,"sizes":[]},"image_size":"medium"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3461bc6","elType":"column","settings":{"_column_size":33,"_inline_size":67.8599999999999994315658113919198513031005859375},"elements":[{"id":"b6417d6","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"100","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"378c34e","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"35fdc9a","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"fa2c493","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"d04e4a8","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"f94c43a","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"a22c0dc","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"9f9b269","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b8594b4","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"51a86b5","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"119873b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"1871b53","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"18aa82b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"19b7626","elType":"section","settings":{"layout":"full_width","gap":"no","content_position":"middle","margin":{"unit":"px","top":"-90","right":0,"bottom":"-0","left":0,"isLinked":false}},"elements":[{"id":"ca88b49","elType":"column","settings":{"_column_size":100},"elements":[{"id":"f561504","elType":"widget","settings":{"carousel":[{"id":98,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":99,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":100,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_05.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","arrows_size":{"unit":"px","size":20,"sizes":[]}},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false}]'),
(581, 106, '_wp_page_template', 'elementor_header_footer'),
(582, 106, '_elementor_edit_mode', 'builder'),
(583, 106, '_elementor_template_type', 'wp-page'),
(584, 106, '_elementor_version', '2.7.4'),
(585, 106, '_elementor_data', '[{"id":"f15071a","elType":"section","settings":{"gap":"no","structure":"30","layout":"full_width","background_background":"classic"},"elements":[{"id":"bb8fd3a","elType":"column","settings":{"_column_size":33,"_inline_size":11.602000000000000312638803734444081783294677734375,"background_background":"classic"},"elements":[{"id":"818aa0e","elType":"section","settings":{"layout":"full_width","gap":"no","height_inner":"min-height","custom_height_inner":{"unit":"px","size":0,"sizes":[]},"background_background":"classic","background_color":"#091a46"},"elements":[{"id":"8efa8d4","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"a755177","elType":"widget","settings":{"text":"","link":{"url":"","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"18e8b3e","elType":"column","settings":{"_column_size":33,"_inline_size":20.53399999999999891997504164464771747589111328125,"background_background":"classic","background_color":"#091a46"},"elements":[{"id":"ab13c7e","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"width":{"unit":"px","size":233,"sizes":[]},"image_size":"medium"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3461bc6","elType":"column","settings":{"_column_size":33,"_inline_size":67.8599999999999994315658113919198513031005859375},"elements":[{"id":"b6417d6","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"100","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"378c34e","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"35fdc9a","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"fa2c493","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"d04e4a8","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"f94c43a","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"a22c0dc","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a9998cc","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"9f9b269","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"d92018b","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b8594b4","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"51a86b5","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"119873b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"170abbc","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"1871b53","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"9788a73","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"18aa82b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"19b7626","elType":"section","settings":{"layout":"full_width","gap":"no","content_position":"middle","margin":{"unit":"px","top":"-95","right":0,"bottom":"-0","left":0,"isLinked":false}},"elements":[{"id":"ca88b49","elType":"column","settings":{"_column_size":100},"elements":[{"id":"f561504","elType":"widget","settings":{"carousel":[{"id":98,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":99,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":100,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_05.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","arrows_size":{"unit":"px","size":20,"sizes":[]}},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false}]'),
(602, 109, '_wp_page_template', 'elementor_header_footer'),
(603, 109, '_elementor_edit_mode', 'builder'),
(604, 109, '_elementor_template_type', 'wp-page'),
(605, 109, '_elementor_version', '2.7.4'),
(606, 109, '_elementor_data', '[{"id":"3a39a9e","elType":"section","settings":{"gap":"no","structure":"30","stretch_section":"section-stretched","layout":"full_width","background_background":"classic"},"elements":[{"id":"c211242","elType":"column","settings":{"_column_size":33,"_inline_size":11.602000000000000312638803734444081783294677734375,"background_background":"classic"},"elements":[{"id":"6b42392","elType":"section","settings":{"layout":"full_width","gap":"no","height_inner":"min-height","custom_height_inner":{"unit":"px","size":0,"sizes":[]},"background_background":"classic","background_color":"#091a46"},"elements":[{"id":"1708097","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"870019f","elType":"widget","settings":{"text":"","link":{"url":"","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"02a5672","elType":"column","settings":{"_column_size":33,"_inline_size":20.53399999999999891997504164464771747589111328125,"background_background":"classic","background_color":"#091a46"},"elements":[{"id":"cb7e789","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"width":{"unit":"px","size":233,"sizes":[]},"image_size":"medium","link_to":"custom","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"8971968","elType":"column","settings":{"_column_size":33,"_inline_size":67.8599999999999994315658113919198513031005859375},"elements":[{"id":"20e9dac","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"100","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"5d4c3be","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"4608547","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"99598b0","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"f7c25c5","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"d84f676","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"4c0158c","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a7c68a6","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"4487a75","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"37f4f5a","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"76a2cc0","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"b2e44be","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"37b3a1e","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"6557a3c","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"ecc3437","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"96693c3","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"e01dd93","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"8b1bbbe","elType":"section","settings":{"layout":"full_width","gap":"no","content_position":"middle","margin":{"unit":"px","top":"-95","right":0,"bottom":"-0","left":0,"isLinked":false}},"elements":[{"id":"23f7fd7","elType":"column","settings":{"_column_size":100},"elements":[{"id":"e946868","elType":"widget","settings":{"carousel":[{"id":98,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":99,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":100,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_05.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","arrows_size":{"unit":"px","size":20,"sizes":[]}},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false}]'),
(597, 108, '_elementor_edit_mode', 'builder'),
(598, 108, '_elementor_template_type', 'wp-page'),
(599, 108, '_elementor_version', '2.7.4'),
(600, 108, '_elementor_data', '[{"id":"3a39a9e","elType":"section","settings":{"gap":"no","structure":"30","layout":"full_width","background_background":"classic"},"elements":[{"id":"c211242","elType":"column","settings":{"_column_size":33,"_inline_size":11.602000000000000312638803734444081783294677734375,"background_background":"classic"},"elements":[{"id":"6b42392","elType":"section","settings":{"layout":"full_width","gap":"no","height_inner":"min-height","custom_height_inner":{"unit":"px","size":0,"sizes":[]},"background_background":"classic","background_color":"#091a46"},"elements":[{"id":"1708097","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"870019f","elType":"widget","settings":{"text":"","link":{"url":"","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"02a5672","elType":"column","settings":{"_column_size":33,"_inline_size":20.53399999999999891997504164464771747589111328125,"background_background":"classic","background_color":"#091a46"},"elements":[{"id":"cb7e789","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_03.png","id":44},"width":{"unit":"px","size":233,"sizes":[]},"image_size":"medium","link_to":"custom","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"8971968","elType":"column","settings":{"_column_size":33,"_inline_size":67.8599999999999994315658113919198513031005859375},"elements":[{"id":"20e9dac","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"100","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"5d4c3be","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"4608547","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"99598b0","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"f7c25c5","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"d84f676","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"4c0158c","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a7c68a6","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"4487a75","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"37f4f5a","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"76a2cc0","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"b2e44be","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"37b3a1e","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"6557a3c","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"ecc3437","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"96693c3","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"e01dd93","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"8b1bbbe","elType":"section","settings":{"layout":"full_width","gap":"no","content_position":"middle","margin":{"unit":"px","top":"-95","right":0,"bottom":"-0","left":0,"isLinked":false}},"elements":[{"id":"23f7fd7","elType":"column","settings":{"_column_size":100},"elements":[{"id":"e946868","elType":"widget","settings":{"carousel":[{"id":98,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":99,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":100,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_05.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","arrows_size":{"unit":"px","size":20,"sizes":[]}},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false}]'),
(626, 112, '_elementor_edit_mode', 'builder'),
(627, 112, '_elementor_template_type', 'wp-page'),
(596, 108, '_wp_page_template', 'elementor_header_footer'),
(618, 111, '_elementor_edit_mode', 'builder'),
(619, 111, '_elementor_template_type', 'wp-page'),
(620, 111, '_elementor_version', '2.7.4'),
(621, 111, '_elementor_data', '[{"id":"3a39a9e","elType":"section","settings":{"gap":"no","structure":"30","stretch_section":"section-stretched","layout":"full_width","background_background":"classic"},"elements":[{"id":"c211242","elType":"column","settings":{"_column_size":33,"_inline_size":11.602000000000000312638803734444081783294677734375,"background_background":"classic"},"elements":[{"id":"6b42392","elType":"section","settings":{"layout":"full_width","gap":"no","height_inner":"min-height","custom_height_inner":{"unit":"px","size":0,"sizes":[]},"background_background":"classic","background_color":"#091a46"},"elements":[{"id":"1708097","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"870019f","elType":"widget","settings":{"text":"","link":{"url":"","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"02a5672","elType":"column","settings":{"_column_size":33,"_inline_size":14.032000000000000028421709430404007434844970703125,"background_background":"classic","background_color":"#091a46"},"elements":[{"id":"cb7e789","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"width":{"unit":"px","size":233,"sizes":[]},"image_size":"full","image_custom_dimension":{"width":"50","height":"50"},"link_to":"custom","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"8971968","elType":"column","settings":{"_column_size":33,"_inline_size":74.361999999999994770405464805662631988525390625},"elements":[{"id":"20e9dac","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"100","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"5d4c3be","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"4608547","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"99598b0","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"f7c25c5","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"d84f676","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"4c0158c","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a7c68a6","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"4487a75","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"37f4f5a","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"76a2cc0","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"b2e44be","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"37b3a1e","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"6557a3c","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"ecc3437","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"96693c3","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"e01dd93","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"8b1bbbe","elType":"section","settings":{"layout":"full_width","gap":"no","content_position":"middle","margin":{"unit":"px","top":"0","right":0,"bottom":"-0","left":0,"isLinked":false}},"elements":[{"id":"23f7fd7","elType":"column","settings":{"_column_size":100},"elements":[{"id":"e946868","elType":"widget","settings":{"carousel":[{"id":98,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":99,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":100,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_05.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","arrows_size":{"unit":"px","size":20,"sizes":[]}},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false}]');
INSERT INTO `wpu7_postmeta` VALUES
(625, 112, '_wp_page_template', 'elementor_header_footer'),
(617, 111, '_wp_page_template', 'elementor_header_footer'),
(655, 116, '_wp_page_template', 'elementor_header_footer'),
(656, 116, '_elementor_edit_mode', 'builder'),
(657, 116, '_elementor_template_type', 'wp-page'),
(658, 116, '_elementor_version', '2.7.4'),
(659, 116, '_elementor_data', '[{"id":"04416b5","elType":"section","settings":{"layout":"full_width","gap":"no","height":"min-height","custom_height":{"unit":"px","size":95,"sizes":[]},"structure":"100","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"edb90dd","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false},{"id":"9e32287","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"acd750d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"image_size":"full"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"dd47dc5","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false},{"id":"d40238a","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"7574ac0","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"8dc309b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"269174f","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9ff8623","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"85f0fd0","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"149ed40","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"6a26161","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef57eb3","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a4e59b5","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"b507ed7","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"95b6538","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"02e924a","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false}]'),
(640, 114, '_wp_page_template', 'elementor_header_footer'),
(633, 113, '_wp_page_template', 'elementor_header_footer'),
(634, 113, '_elementor_edit_mode', 'builder'),
(635, 113, '_elementor_template_type', 'wp-page'),
(636, 113, '_elementor_version', '2.7.4'),
(637, 113, '_elementor_data', '[{"id":"8b1bbbe","elType":"section","settings":{"layout":"full_width","gap":"no","content_position":"middle","margin":{"unit":"px","top":"0","right":0,"bottom":"-0","left":0,"isLinked":false}},"elements":[{"id":"23f7fd7","elType":"column","settings":{"_column_size":100},"elements":[{"id":"20e9dac","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"100","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"5d4c3be","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"4608547","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"99598b0","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"f7c25c5","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"d84f676","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"4c0158c","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a7c68a6","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"4487a75","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"37f4f5a","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"76a2cc0","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"b2e44be","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"37b3a1e","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"6557a3c","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"ecc3437","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"96693c3","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"e01dd93","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"04416b5","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"100","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"edb90dd","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false},{"id":"9e32287","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false},{"id":"dd47dc5","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false},{"id":"d40238a","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"7574ac0","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"8dc309b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"269174f","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9ff8623","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"85f0fd0","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"149ed40","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"6a26161","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef57eb3","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a4e59b5","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"b507ed7","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"95b6538","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"02e924a","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false}]'),
(641, 114, '_elementor_edit_mode', 'builder'),
(642, 114, '_elementor_template_type', 'wp-page'),
(643, 114, '_elementor_version', '2.7.4'),
(644, 114, '_elementor_data', '[{"id":"8b1bbbe","elType":"section","settings":{"layout":"full_width","gap":"no","content_position":"middle","margin":{"unit":"px","top":"0","right":0,"bottom":"-0","left":0,"isLinked":false}},"elements":[{"id":"23f7fd7","elType":"column","settings":{"_column_size":100},"elements":[{"id":"20e9dac","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"100","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"5d4c3be","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"4608547","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"99598b0","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"f7c25c5","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"d84f676","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"4c0158c","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a7c68a6","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"4487a75","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"37f4f5a","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"76a2cc0","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"b2e44be","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"37b3a1e","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"6557a3c","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"ecc3437","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"96693c3","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"e01dd93","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"04416b5","elType":"section","settings":{"layout":"full_width","gap":"no","height":"min-height","custom_height":{"unit":"px","size":100,"sizes":[]},"structure":"100","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"edb90dd","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false},{"id":"9e32287","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false},{"id":"dd47dc5","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false},{"id":"d40238a","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"7574ac0","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"8dc309b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"269174f","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9ff8623","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"85f0fd0","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"149ed40","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"6a26161","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef57eb3","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a4e59b5","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"b507ed7","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"95b6538","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"02e924a","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false}]'),
(647, 115, '_wp_page_template', 'elementor_header_footer'),
(648, 115, '_elementor_edit_mode', 'builder'),
(649, 115, '_elementor_template_type', 'wp-page'),
(650, 115, '_elementor_version', '2.7.4'),
(651, 115, '_elementor_data', '[{"id":"8b1bbbe","elType":"section","settings":{"layout":"full_width","gap":"no","content_position":"middle","margin":{"unit":"px","top":"0","right":0,"bottom":"-0","left":0,"isLinked":false}},"elements":[{"id":"23f7fd7","elType":"column","settings":{"_column_size":100},"elements":[{"id":"20e9dac","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"100","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"5d4c3be","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"4608547","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"99598b0","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true},{"id":"f7c25c5","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"d84f676","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"4c0158c","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a7c68a6","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"4487a75","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"37f4f5a","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"76a2cc0","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"b2e44be","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"37b3a1e","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"6557a3c","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"ecc3437","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"96693c3","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"e01dd93","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"04416b5","elType":"section","settings":{"layout":"full_width","gap":"no","height":"min-height","custom_height":{"unit":"px","size":95,"sizes":[]},"structure":"100","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"edb90dd","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false},{"id":"9e32287","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false},{"id":"dd47dc5","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false},{"id":"d40238a","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"7574ac0","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"8dc309b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"269174f","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9ff8623","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"85f0fd0","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"149ed40","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"6a26161","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef57eb3","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a4e59b5","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"b507ed7","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"95b6538","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"02e924a","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false}]'),
(663, 117, '_wp_attached_file', '2019/10/tt0756m_.ttf'),
(678, 120, '_wp_page_template', 'elementor_header_footer'),
(679, 120, '_elementor_edit_mode', 'builder'),
(680, 120, '_elementor_template_type', 'wp-page'),
(681, 120, '_elementor_version', '2.7.4'),
(671, 119, '_wp_page_template', 'elementor_header_footer'),
(672, 119, '_elementor_edit_mode', 'builder'),
(673, 119, '_elementor_template_type', 'wp-page'),
(674, 119, '_elementor_version', '2.7.4'),
(675, 119, '_elementor_data', '[{"id":"04416b5","elType":"section","settings":{"layout":"full_width","gap":"no","height":"min-height","custom_height":{"unit":"px","size":95,"sizes":[]},"structure":"100","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"edb90dd","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false},{"id":"9e32287","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"acd750d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"image_size":"full"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"dd47dc5","elType":"column","settings":{"_column_size":10,"_inline_size":14,"content_position":"center","align":"flex-start","space_between_widgets":0},"elements":[{"id":"5688b63","elType":"widget","settings":{"title":"A\\ntecnologia\\nfacilitando a sua vida","align":"left","title_color":"#ffffff","typography_typography":"custom","typography_font_family":"VAGRounded BT","typography_font_size":{"unit":"px","size":15,"sizes":[]}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"d40238a","elType":"column","settings":{"_column_size":10,"_inline_size":5.99800000000000022026824808563105762004852294921875},"elements":[{"id":"7574ac0","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"8dc309b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"269174f","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9ff8623","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"85f0fd0","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"149ed40","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"6a26161","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef57eb3","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a4e59b5","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"b507ed7","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"95b6538","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"02e924a","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false}]'),
(682, 120, '_elementor_data', '[{"id":"04416b5","elType":"section","settings":{"layout":"full_width","gap":"no","height":"min-height","custom_height":{"unit":"px","size":95,"sizes":[]},"structure":"90","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"edb90dd","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[],"isInner":false},{"id":"9e32287","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"acd750d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"image_size":"full"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"d40238a","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"7574ac0","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"8dc309b","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"269174f","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9ff8623","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"85f0fd0","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"149ed40","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"6a26161","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef57eb3","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"a4e59b5","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"b507ed7","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"95b6538","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"02e924a","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false}]');
INSERT INTO `wpu7_postmeta` VALUES
(686, 121, '_wp_page_template', 'elementor_header_footer'),
(687, 121, '_elementor_edit_mode', 'builder'),
(688, 121, '_elementor_template_type', 'wp-page'),
(689, 121, '_elementor_version', '2.7.4'),
(690, 121, '_elementor_data', '[{"id":"04416b5","elType":"section","settings":{"layout":"full_width","gap":"no","height":"min-height","custom_height":{"unit":"px","size":95,"sizes":[]},"structure":"100","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"edb90dd","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false},{"id":"9e32287","elType":"column","settings":{"_column_size":10},"elements":[{"id":"acd750d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"image_size":"full"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"dd47dc5","elType":"column","settings":{"_column_size":10,"content_position":"center","align":"flex-start","space_between_widgets":0},"elements":[],"isInner":false},{"id":"d40238a","elType":"column","settings":{"_column_size":10,"_inline_size":5.99800000000000022026824808563105762004852294921875},"elements":[{"id":"7574ac0","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"8dc309b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"269174f","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9ff8623","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"85f0fd0","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"149ed40","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"6a26161","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef57eb3","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a4e59b5","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"b507ed7","elType":"column","settings":{"_column_size":10},"elements":[{"id":"95b6538","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"02e924a","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false}]'),
(694, 122, '_wp_page_template', 'elementor_header_footer'),
(695, 122, '_elementor_edit_mode', 'builder'),
(696, 122, '_elementor_template_type', 'wp-page'),
(697, 122, '_elementor_version', '2.7.4'),
(698, 122, '_elementor_data', '[{"id":"04416b5","elType":"section","settings":{"layout":"full_width","gap":"no","height":"min-height","custom_height":{"unit":"px","size":95,"sizes":[]},"structure":"100","background_background":"classic","background_color":"#091a46","stretch_section":"section-stretched"},"elements":[{"id":"edb90dd","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false},{"id":"9e32287","elType":"column","settings":{"_column_size":10,"content_position":"center","align":"center"},"elements":[{"id":"acd750d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"image_size":"full"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"dd47dc5","elType":"column","settings":{"_column_size":10,"content_position":"center","align":"flex-start","space_between_widgets":0},"elements":[],"isInner":false},{"id":"d40238a","elType":"column","settings":{"_column_size":10,"_inline_size":5.99800000000000022026824808563105762004852294921875},"elements":[{"id":"7574ac0","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"8dc309b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"269174f","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9ff8623","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"85f0fd0","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"149ed40","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"6a26161","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef57eb3","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a4e59b5","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"b507ed7","elType":"column","settings":{"_column_size":10},"elements":[{"id":"95b6538","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"02e924a","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false}]'),
(728, 127, '_elementor_edit_mode', 'builder'),
(729, 127, '_elementor_template_type', 'wp-page'),
(702, 123, '_wp_page_template', 'elementor_header_footer'),
(703, 123, '_elementor_edit_mode', 'builder'),
(704, 123, '_elementor_template_type', 'wp-page'),
(705, 123, '_elementor_version', '2.7.4'),
(706, 123, '_elementor_data', '[{"id":"04416b5","elType":"section","settings":{"layout":"full_width","gap":"no","height":"min-height","custom_height":{"unit":"px","size":95,"sizes":[]},"structure":"100","background_background":"classic","background_color":"#091a46","stretch_section":"section-stretched"},"elements":[{"id":"edb90dd","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false},{"id":"9e32287","elType":"column","settings":{"_column_size":10,"content_position":"center","align":"center"},"elements":[{"id":"acd750d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"image_size":"full"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"dd47dc5","elType":"column","settings":{"_column_size":10,"content_position":"center","align":"flex-start","space_between_widgets":0},"elements":[],"isInner":false},{"id":"d40238a","elType":"column","settings":{"_column_size":10,"_inline_size":5.99800000000000022026824808563105762004852294921875},"elements":[{"id":"7574ac0","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"8dc309b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"269174f","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9ff8623","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"85f0fd0","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"149ed40","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"6a26161","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef57eb3","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a4e59b5","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"b507ed7","elType":"column","settings":{"_column_size":10},"elements":[{"id":"95b6538","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"02e924a","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","gap":"no","height":"min-height","column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":98,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":99,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":100,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_05.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false}]'),
(727, 127, '_wp_page_template', 'elementor_header_footer'),
(710, 124, '_wp_page_template', 'elementor_header_footer'),
(711, 124, '_elementor_edit_mode', 'builder'),
(712, 124, '_elementor_template_type', 'wp-page'),
(713, 124, '_elementor_version', '2.7.4'),
(714, 124, '_elementor_data', '[{"id":"04416b5","elType":"section","settings":{"layout":"full_width","gap":"no","height":"min-height","custom_height":{"unit":"px","size":95,"sizes":[]},"structure":"100","background_background":"classic","background_color":"#091a46","stretch_section":"section-stretched"},"elements":[{"id":"edb90dd","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false},{"id":"9e32287","elType":"column","settings":{"_column_size":10,"content_position":"center","align":"center"},"elements":[{"id":"acd750d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"image_size":"full"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"dd47dc5","elType":"column","settings":{"_column_size":10,"content_position":"center","align":"flex-start","space_between_widgets":0},"elements":[],"isInner":false},{"id":"d40238a","elType":"column","settings":{"_column_size":10,"_inline_size":5.99800000000000022026824808563105762004852294921875},"elements":[{"id":"7574ac0","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"8dc309b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"269174f","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9ff8623","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"85f0fd0","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"149ed40","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"6a26161","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef57eb3","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a4e59b5","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"b507ed7","elType":"column","settings":{"_column_size":10},"elements":[{"id":"95b6538","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"02e924a","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","gap":"no","height":"min-height","custom_height":{"unit":"px","size":200,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":98,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":99,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":100,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_05.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false}]'),
(770, 136, '_wp_page_template', 'elementor_header_footer'),
(771, 136, '_elementor_edit_mode', 'builder'),
(772, 136, '_elementor_template_type', 'wp-page'),
(773, 136, '_elementor_version', '2.7.4'),
(774, 136, '_elementor_data', '[{"id":"04416b5","elType":"section","settings":{"layout":"full_width","gap":"no","height":"min-height","custom_height":{"unit":"px","size":95,"sizes":[]},"structure":"100","background_background":"classic","background_color":"#091a46","stretch_section":"section-stretched"},"elements":[{"id":"edb90dd","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false},{"id":"9e32287","elType":"column","settings":{"_column_size":10,"content_position":"center","align":"center"},"elements":[{"id":"acd750d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"image_size":"full"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"dd47dc5","elType":"column","settings":{"_column_size":10,"content_position":"center","align":"flex-start","space_between_widgets":0},"elements":[],"isInner":false},{"id":"d40238a","elType":"column","settings":{"_column_size":10,"_inline_size":5.99800000000000022026824808563105762004852294921875},"elements":[{"id":"7574ac0","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"8dc309b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"269174f","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9ff8623","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"85f0fd0","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"149ed40","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"6a26161","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef57eb3","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a4e59b5","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"b507ed7","elType":"column","settings":{"_column_size":10},"elements":[{"id":"95b6538","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"02e924a","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":608,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false}]'),
(746, 130, '_elementor_version', '2.7.4'),
(747, 130, '_elementor_data', '[{"id":"04416b5","elType":"section","settings":{"layout":"full_width","gap":"no","height":"min-height","custom_height":{"unit":"px","size":95,"sizes":[]},"structure":"100","background_background":"classic","background_color":"#091a46","stretch_section":"section-stretched"},"elements":[{"id":"edb90dd","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false},{"id":"9e32287","elType":"column","settings":{"_column_size":10,"content_position":"center","align":"center"},"elements":[{"id":"acd750d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"image_size":"full"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"dd47dc5","elType":"column","settings":{"_column_size":10,"content_position":"center","align":"flex-start","space_between_widgets":0},"elements":[],"isInner":false},{"id":"d40238a","elType":"column","settings":{"_column_size":10,"_inline_size":5.99800000000000022026824808563105762004852294921875},"elements":[{"id":"7574ac0","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"8dc309b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"269174f","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9ff8623","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"85f0fd0","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"149ed40","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"6a26161","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef57eb3","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a4e59b5","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"b507ed7","elType":"column","settings":{"_column_size":10},"elements":[{"id":"95b6538","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"02e924a","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":618,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":129,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false}]'),
(745, 130, '_elementor_template_type', 'wp-page'),
(744, 130, '_elementor_edit_mode', 'builder'),
(730, 127, '_elementor_version', '2.7.4'),
(731, 127, '_elementor_data', '[{"id":"04416b5","elType":"section","settings":{"layout":"full_width","gap":"no","height":"min-height","custom_height":{"unit":"px","size":95,"sizes":[]},"structure":"100","background_background":"classic","background_color":"#091a46","stretch_section":"section-stretched"},"elements":[{"id":"edb90dd","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false},{"id":"9e32287","elType":"column","settings":{"_column_size":10,"content_position":"center","align":"center"},"elements":[{"id":"acd750d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"image_size":"full"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"dd47dc5","elType":"column","settings":{"_column_size":10,"content_position":"center","align":"flex-start","space_between_widgets":0},"elements":[],"isInner":false},{"id":"d40238a","elType":"column","settings":{"_column_size":10,"_inline_size":5.99800000000000022026824808563105762004852294921875},"elements":[{"id":"7574ac0","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"8dc309b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"269174f","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9ff8623","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"85f0fd0","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"149ed40","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"6a26161","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef57eb3","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a4e59b5","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"b507ed7","elType":"column","settings":{"_column_size":10},"elements":[{"id":"95b6538","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"02e924a","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","gap":"no","height":"min-height","custom_height":{"unit":"px","size":547,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":126,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"}],"thumbnail_size":"full","slides_to_show":"1","navigation":"arrows"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false}]'),
(743, 130, '_wp_page_template', 'elementor_header_footer'),
(761, 134, '_wp_attached_file', '2019/10/Slide_01.png'),
(762, 134, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1366;s:6:"height";i:450;s:4:"file";s:20:"2019/10/Slide_01.png";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"Slide_01-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:19:"Slide_01-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:20:"Slide_01-768x253.png";s:5:"width";i:768;s:6:"height";i:253;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:21:"Slide_01-1024x337.png";s:5:"width";i:1024;s:6:"height";i:337;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:{}}}'),
(765, 135, '_elementor_template_type', 'wp-page'),
(766, 135, '_elementor_version', '2.7.4'),
(767, 135, '_elementor_data', '[{"id":"04416b5","elType":"section","settings":{"layout":"full_width","gap":"no","height":"min-height","custom_height":{"unit":"px","size":95,"sizes":[]},"structure":"100","background_background":"classic","background_color":"#091a46","stretch_section":"section-stretched"},"elements":[{"id":"edb90dd","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false},{"id":"9e32287","elType":"column","settings":{"_column_size":10,"content_position":"center","align":"center"},"elements":[{"id":"acd750d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"image_size":"full"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"dd47dc5","elType":"column","settings":{"_column_size":10,"content_position":"center","align":"flex-start","space_between_widgets":0},"elements":[],"isInner":false},{"id":"d40238a","elType":"column","settings":{"_column_size":10,"_inline_size":5.99800000000000022026824808563105762004852294921875},"elements":[{"id":"7574ac0","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"8dc309b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"269174f","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9ff8623","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"85f0fd0","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"149ed40","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"6a26161","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef57eb3","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a4e59b5","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"b507ed7","elType":"column","settings":{"_column_size":10},"elements":[{"id":"95b6538","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"02e924a","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":608,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"}],"thumbnail_size":"full","slides_to_show":"1","navigation":"arrows"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false}]');
INSERT INTO `wpu7_postmeta` VALUES
(763, 135, '_wp_page_template', 'elementor_header_footer'),
(764, 135, '_elementor_edit_mode', 'builder'),
(780, 138, '_wp_page_template', 'elementor_header_footer'),
(781, 138, '_elementor_edit_mode', 'builder'),
(782, 138, '_elementor_template_type', 'wp-page'),
(783, 138, '_elementor_version', '2.7.4'),
(784, 138, '_elementor_data', '[{"id":"04416b5","elType":"section","settings":{"layout":"full_width","gap":"no","height":"min-height","custom_height":{"unit":"px","size":95,"sizes":[]},"structure":"100","background_background":"classic","background_color":"#091a46","stretch_section":"section-stretched"},"elements":[{"id":"edb90dd","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false},{"id":"9e32287","elType":"column","settings":{"_column_size":10,"content_position":"center","align":"center"},"elements":[{"id":"acd750d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"image_size":"full"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"dd47dc5","elType":"column","settings":{"_column_size":10,"content_position":"center","align":"flex-start","space_between_widgets":0},"elements":[],"isInner":false},{"id":"d40238a","elType":"column","settings":{"_column_size":10,"_inline_size":5.99800000000000022026824808563105762004852294921875},"elements":[{"id":"7574ac0","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"8dc309b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"269174f","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9ff8623","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"85f0fd0","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"149ed40","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"6a26161","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef57eb3","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a4e59b5","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"b507ed7","elType":"column","settings":{"_column_size":10},"elements":[{"id":"95b6538","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"02e924a","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":608,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false}]'),
(790, 140, '_wp_page_template', 'elementor_header_footer'),
(791, 140, '_elementor_edit_mode', 'builder'),
(792, 140, '_elementor_template_type', 'wp-page'),
(793, 140, '_elementor_version', '2.7.4'),
(794, 140, '_elementor_data', '[{"id":"04416b5","elType":"section","settings":{"layout":"full_width","gap":"no","height":"min-height","custom_height":{"unit":"px","size":95,"sizes":[]},"structure":"100","background_background":"classic","background_color":"#091a46","stretch_section":"section-stretched"},"elements":[{"id":"edb90dd","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false},{"id":"9e32287","elType":"column","settings":{"_column_size":10,"content_position":"center","align":"center"},"elements":[{"id":"acd750d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"image_size":"full"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"dd47dc5","elType":"column","settings":{"_column_size":10,"content_position":"center","align":"flex-start","space_between_widgets":0},"elements":[],"isInner":false},{"id":"d40238a","elType":"column","settings":{"_column_size":10,"_inline_size":5.99800000000000022026824808563105762004852294921875},"elements":[{"id":"7574ac0","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"8dc309b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"269174f","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9ff8623","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"85f0fd0","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"149ed40","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"6a26161","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef57eb3","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a4e59b5","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"b507ed7","elType":"column","settings":{"_column_size":10},"elements":[{"id":"95b6538","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"02e924a","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":608,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":139,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false}]'),
(1324, 246, '_wp_attached_file', '2019/12/Slide_03.png'),
(798, 141, '_wp_page_template', 'elementor_header_footer'),
(799, 141, '_elementor_edit_mode', 'builder'),
(800, 141, '_elementor_template_type', 'wp-page'),
(801, 141, '_elementor_version', '2.7.4'),
(802, 141, '_elementor_data', '[{"id":"04416b5","elType":"section","settings":{"layout":"full_width","gap":"no","height":"min-height","custom_height":{"unit":"px","size":95,"sizes":[]},"structure":"100","background_background":"classic","background_color":"#091a46","stretch_section":"section-stretched"},"elements":[{"id":"edb90dd","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false},{"id":"9e32287","elType":"column","settings":{"_column_size":10,"content_position":"center","align":"center"},"elements":[{"id":"acd750d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"image_size":"full"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"dd47dc5","elType":"column","settings":{"_column_size":10,"content_position":"center","align":"flex-start","space_between_widgets":0},"elements":[],"isInner":false},{"id":"d40238a","elType":"column","settings":{"_column_size":10,"_inline_size":5.99800000000000022026824808563105762004852294921875},"elements":[{"id":"7574ac0","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"8dc309b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"269174f","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9ff8623","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"85f0fd0","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"149ed40","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"6a26161","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef57eb3","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a4e59b5","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"b507ed7","elType":"column","settings":{"_column_size":10},"elements":[{"id":"95b6538","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"02e924a","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":608,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":139,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false}]'),
(806, 142, '_wp_page_template', 'elementor_header_footer'),
(807, 142, '_elementor_edit_mode', 'builder'),
(808, 142, '_elementor_template_type', 'wp-page'),
(809, 142, '_elementor_version', '2.7.4'),
(810, 142, '_elementor_data', '[{"id":"04416b5","elType":"section","settings":{"layout":"full_width","gap":"no","custom_height":{"unit":"px","size":95,"sizes":[]},"structure":"100","background_background":"classic","background_color":"#091a46","stretch_section":"section-stretched"},"elements":[{"id":"edb90dd","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false},{"id":"9e32287","elType":"column","settings":{"_column_size":10,"content_position":"center","align":"center"},"elements":[{"id":"acd750d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"image_size":"full"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"dd47dc5","elType":"column","settings":{"_column_size":10,"content_position":"center","align":"flex-start","space_between_widgets":0},"elements":[],"isInner":false},{"id":"d40238a","elType":"column","settings":{"_column_size":10,"_inline_size":5.99800000000000022026824808563105762004852294921875},"elements":[{"id":"7574ac0","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"8dc309b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"269174f","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9ff8623","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"85f0fd0","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"149ed40","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"6a26161","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef57eb3","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a4e59b5","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"b507ed7","elType":"column","settings":{"_column_size":10},"elements":[{"id":"95b6538","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"02e924a","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":608,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":139,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false}]'),
(821, 144, '_wp_attached_file', '2019/10/logo_original_051.png'),
(822, 144, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:250;s:6:"height";i:250;s:4:"file";s:29:"2019/10/logo_original_051.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"logo_original_051-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(966, 164, '_wp_page_template', 'elementor_header_footer'),
(826, 145, '_wp_page_template', 'elementor_header_footer'),
(827, 145, '_elementor_edit_mode', 'builder'),
(828, 145, '_elementor_template_type', 'wp-page'),
(829, 145, '_elementor_version', '2.7.4'),
(830, 145, '_elementor_data', '[{"id":"04416b5","elType":"section","settings":{"layout":"full_width","gap":"no","custom_height":{"unit":"px","size":95,"sizes":[]},"structure":"100","background_background":"classic","background_color":"#091a46","stretch_section":"section-stretched"},"elements":[{"id":"edb90dd","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false},{"id":"9e32287","elType":"column","settings":{"_column_size":10,"content_position":"center","align":"center"},"elements":[{"id":"acd750d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"image_size":"full"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"dd47dc5","elType":"column","settings":{"_column_size":10,"content_position":"center","align":"flex-start","space_between_widgets":0},"elements":[],"isInner":false},{"id":"d40238a","elType":"column","settings":{"_column_size":10,"_inline_size":5.99800000000000022026824808563105762004852294921875},"elements":[{"id":"7574ac0","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"8dc309b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"269174f","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9ff8623","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"85f0fd0","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"149ed40","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"6a26161","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef57eb3","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a4e59b5","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"b507ed7","elType":"column","settings":{"_column_size":10},"elements":[{"id":"95b6538","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"02e924a","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":608,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":139,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"structure":"20"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"b31c5b0","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"1693aea","elType":"widget","settings":{"editor":"<p>A Empresa<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(823, 144, '_edit_lock', '1570494304:1'),
(824, 144, '_edit_last', '1'),
(825, 144, '_wp_old_slug', 'logo_original_051'),
(833, 146, '_wp_page_template', 'elementor_header_footer'),
(834, 146, '_elementor_edit_mode', 'builder'),
(835, 146, '_elementor_template_type', 'wp-page'),
(836, 146, '_elementor_version', '2.7.4'),
(837, 146, '_elementor_data', '[{"id":"04416b5","elType":"section","settings":{"layout":"full_width","gap":"no","custom_height":{"unit":"px","size":95,"sizes":[]},"structure":"100","background_background":"classic","background_color":"#091a46","stretch_section":"section-stretched"},"elements":[{"id":"edb90dd","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false},{"id":"9e32287","elType":"column","settings":{"_column_size":10,"content_position":"center","align":"center"},"elements":[{"id":"acd750d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"image_size":"full"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"dd47dc5","elType":"column","settings":{"_column_size":10,"content_position":"center","align":"flex-start","space_between_widgets":0},"elements":[],"isInner":false},{"id":"d40238a","elType":"column","settings":{"_column_size":10,"_inline_size":5.99800000000000022026824808563105762004852294921875},"elements":[{"id":"7574ac0","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"8dc309b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"269174f","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9ff8623","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"85f0fd0","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"149ed40","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"6a26161","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef57eb3","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a4e59b5","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"b507ed7","elType":"column","settings":{"_column_size":10},"elements":[{"id":"95b6538","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"02e924a","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":608,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":139,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"20","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true}},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"b31c5b0","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"1693aea","elType":"widget","settings":{"editor":"<p>A Empresa<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(951, 162, '_elementor_template_type', 'wp-page'),
(952, 162, '_elementor_version', '2.7.5'),
(953, 162, '_elementor_data', '[{"id":"04416b5","elType":"section","settings":{"layout":"full_width","gap":"no","custom_height":{"unit":"px","size":95,"sizes":[]},"structure":"90","background_background":"classic","background_color":"#091a46","stretch_section":"section-stretched","motion_fx_translateY_effect":"yes","motion_fx_translateY_speed":{"unit":"px","size":5.29999999999999982236431605997495353221893310546875,"sizes":[]},"sticky":"top"},"elements":[{"id":"edb90dd","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[],"isInner":false},{"id":"9e32287","elType":"column","settings":{"_column_size":11,"content_position":"center","align":"center","_inline_size":null},"elements":[{"id":"acd750d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"image_size":"full"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"dd47dc5","elType":"column","settings":{"_column_size":11,"content_position":"center","align":"flex-start","space_between_widgets":0,"_inline_size":null},"elements":[],"isInner":false},{"id":"d40238a","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"7574ac0","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"8dc309b","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"269174f","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9ff8623","elType":"column","settings":{"_column_size":11,"_inline_size":16.18299999999999982946974341757595539093017578125},"elements":[{"id":"85f0fd0","elType":"widget","settings":{"text":"O que oferecemos","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef57eb3","elType":"column","settings":{"_column_size":11,"_inline_size":6.03699999999999992184029906638897955417633056640625},"elements":[{"id":"a4e59b5","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"b507ed7","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"95b6538","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"02e924a","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":139,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true}},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p>A Empresa<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false}]');
INSERT INTO `wpu7_postmeta` VALUES
(841, 147, '_wp_page_template', 'elementor_header_footer'),
(842, 147, '_elementor_edit_mode', 'builder'),
(843, 147, '_elementor_template_type', 'wp-page'),
(844, 147, '_elementor_version', '2.7.4'),
(845, 147, '_elementor_data', '[{"id":"04416b5","elType":"section","settings":{"layout":"full_width","gap":"no","custom_height":{"unit":"px","size":95,"sizes":[]},"structure":"100","background_background":"classic","background_color":"#091a46","stretch_section":"section-stretched"},"elements":[{"id":"edb90dd","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false},{"id":"9e32287","elType":"column","settings":{"_column_size":10,"content_position":"center","align":"center"},"elements":[{"id":"acd750d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"image_size":"full"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"dd47dc5","elType":"column","settings":{"_column_size":10,"content_position":"center","align":"flex-start","space_between_widgets":0},"elements":[],"isInner":false},{"id":"d40238a","elType":"column","settings":{"_column_size":10,"_inline_size":5.99800000000000022026824808563105762004852294921875},"elements":[{"id":"7574ac0","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"8dc309b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"269174f","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9ff8623","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"85f0fd0","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"149ed40","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"6a26161","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef57eb3","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a4e59b5","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"b507ed7","elType":"column","settings":{"_column_size":10},"elements":[{"id":"95b6538","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"02e924a","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":608,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":139,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true}},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p>A Empresa<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false}]'),
(849, 148, '_wp_page_template', 'elementor_header_footer'),
(850, 148, '_elementor_edit_mode', 'builder'),
(851, 148, '_elementor_template_type', 'wp-page'),
(852, 148, '_elementor_version', '2.7.4'),
(853, 148, '_elementor_data', '[{"id":"04416b5","elType":"section","settings":{"layout":"full_width","gap":"no","custom_height":{"unit":"px","size":95,"sizes":[]},"structure":"100","background_background":"classic","background_color":"#091a46","stretch_section":"section-stretched"},"elements":[{"id":"edb90dd","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false},{"id":"9e32287","elType":"column","settings":{"_column_size":10,"content_position":"center","align":"center"},"elements":[{"id":"acd750d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"image_size":"full"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"dd47dc5","elType":"column","settings":{"_column_size":10,"content_position":"center","align":"flex-start","space_between_widgets":0},"elements":[],"isInner":false},{"id":"d40238a","elType":"column","settings":{"_column_size":10,"_inline_size":5.99800000000000022026824808563105762004852294921875},"elements":[{"id":"7574ac0","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"8dc309b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"269174f","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9ff8623","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"85f0fd0","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"149ed40","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"6a26161","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef57eb3","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a4e59b5","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"b507ed7","elType":"column","settings":{"_column_size":10},"elements":[{"id":"95b6538","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"02e924a","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":139,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true}},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p>A Empresa<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false}]'),
(930, 157, '_wp_page_template', 'elementor_header_footer'),
(931, 157, '_elementor_edit_mode', 'builder'),
(932, 157, '_elementor_template_type', 'wp-page'),
(933, 157, '_elementor_version', '2.7.4'),
(934, 157, '_elementor_data', '[{"id":"04416b5","elType":"section","settings":{"layout":"full_width","gap":"no","custom_height":{"unit":"px","size":95,"sizes":[]},"structure":"100","background_background":"classic","background_color":"#091a46","stretch_section":"section-stretched"},"elements":[{"id":"edb90dd","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false},{"id":"9e32287","elType":"column","settings":{"_column_size":10,"content_position":"center","align":"center"},"elements":[{"id":"acd750d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"image_size":"full"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"dd47dc5","elType":"column","settings":{"_column_size":10,"content_position":"center","align":"flex-start","space_between_widgets":0},"elements":[],"isInner":false},{"id":"d40238a","elType":"column","settings":{"_column_size":10,"_inline_size":5.99800000000000022026824808563105762004852294921875},"elements":[{"id":"7574ac0","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"8dc309b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"269174f","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9ff8623","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"85f0fd0","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"149ed40","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"6a26161","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef57eb3","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a4e59b5","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"b507ed7","elType":"column","settings":{"_column_size":10},"elements":[{"id":"95b6538","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"02e924a","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":139,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true}},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p>A Empresa<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false}]'),
(857, 149, '_wp_page_template', 'elementor_header_footer'),
(858, 149, '_elementor_edit_mode', 'builder'),
(859, 149, '_elementor_template_type', 'wp-page'),
(860, 149, '_elementor_version', '2.7.4'),
(861, 149, '_elementor_data', '[{"id":"04416b5","elType":"section","settings":{"layout":"full_width","gap":"no","custom_height":{"unit":"px","size":95,"sizes":[]},"structure":"100","background_background":"classic","background_color":"#091a46","stretch_section":"section-stretched"},"elements":[{"id":"edb90dd","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false},{"id":"9e32287","elType":"column","settings":{"_column_size":10,"content_position":"center","align":"center"},"elements":[{"id":"acd750d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"image_size":"full"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"dd47dc5","elType":"column","settings":{"_column_size":10,"content_position":"center","align":"flex-start","space_between_widgets":0},"elements":[],"isInner":false},{"id":"d40238a","elType":"column","settings":{"_column_size":10,"_inline_size":5.99800000000000022026824808563105762004852294921875},"elements":[{"id":"7574ac0","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"8dc309b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"269174f","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9ff8623","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"85f0fd0","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"149ed40","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"6a26161","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef57eb3","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a4e59b5","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"b507ed7","elType":"column","settings":{"_column_size":10},"elements":[{"id":"95b6538","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"02e924a","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":139,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true}},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p>A Empresa<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false},{"id":"670150a","elType":"section","settings":[],"elements":[{"id":"7691fc6","elType":"column","settings":{"_column_size":100,"background_background":"classic","background_color":"#091a46"},"elements":[{"id":"393d385","elType":"widget","settings":{"align":"center","_element_width":"inherit","_element_vertical_align":"flex-start"},"elements":[],"widgetType":"default-navmenu"}],"isInner":false}],"isInner":false}]'),
(864, 150, '_menu_item_type', 'post_type'),
(865, 150, '_menu_item_menu_item_parent', '0'),
(866, 150, '_menu_item_object_id', '35'),
(867, 150, '_menu_item_object', 'page'),
(868, 150, '_menu_item_target', ''),
(869, 150, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(870, 150, '_menu_item_xfn', ''),
(871, 150, '_menu_item_url', ''),
(882, 150, '_elementor_controls_usage', 'a:0:{}'),
(1645, 326, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1644, 326, '_menu_item_target', ''),
(1643, 326, '_menu_item_object', 'custom'),
(1642, 326, '_menu_item_object_id', '326'),
(1641, 326, '_menu_item_menu_item_parent', '0'),
(1640, 326, '_menu_item_type', 'custom'),
(949, 162, '_wp_page_template', 'elementor_header_footer'),
(950, 162, '_elementor_edit_mode', 'builder'),
(940, 161, '_wp_page_template', 'elementor_header_footer'),
(941, 161, '_elementor_edit_mode', 'builder'),
(942, 161, '_elementor_template_type', 'wp-page'),
(943, 161, '_elementor_version', '2.7.4'),
(944, 161, '_elementor_data', '[{"id":"04416b5","elType":"section","settings":{"layout":"full_width","gap":"no","custom_height":{"unit":"px","size":95,"sizes":[]},"structure":"100","background_background":"classic","background_color":"#091a46","stretch_section":"section-stretched","motion_fx_translateY_effect":"yes","motion_fx_translateY_speed":{"unit":"px","size":5.29999999999999982236431605997495353221893310546875,"sizes":[]},"sticky":"top"},"elements":[{"id":"edb90dd","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false},{"id":"9e32287","elType":"column","settings":{"_column_size":10,"content_position":"center","align":"center"},"elements":[{"id":"acd750d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"image_size":"full"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"dd47dc5","elType":"column","settings":{"_column_size":10,"content_position":"center","align":"flex-start","space_between_widgets":0},"elements":[],"isInner":false},{"id":"d40238a","elType":"column","settings":{"_column_size":10,"_inline_size":5.99800000000000022026824808563105762004852294921875},"elements":[{"id":"7574ac0","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"8dc309b","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"269174f","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9ff8623","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"85f0fd0","elType":"widget","settings":{"text":"Servi\\u00e7os","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"149ed40","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"6a26161","elType":"widget","settings":{"text":"Softwares","align":"center","button_css_id":"servicos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef57eb3","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[{"id":"a4e59b5","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"b507ed7","elType":"column","settings":{"_column_size":10},"elements":[{"id":"95b6538","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"02e924a","elType":"column","settings":{"_column_size":10,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":139,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true}},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p>A Empresa<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false}]'),
(954, 162, '_elementor_pro_version', '2.7.3'),
(955, 162, '_elementor_css', 'a:5:{s:4:"time";i:1574383202;s:5:"fonts";a:1:{i:0;s:5:"Arial";}s:5:"icons";a:1:{i:0;s:0:"";}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(958, 163, '_wp_page_template', 'elementor_header_footer'),
(959, 163, '_elementor_edit_mode', 'builder'),
(960, 163, '_elementor_template_type', 'wp-page'),
(961, 163, '_elementor_version', '2.7.5'),
(962, 163, '_elementor_data', '[{"id":"04416b5","elType":"section","settings":{"layout":"full_width","gap":"no","custom_height":{"unit":"px","size":95,"sizes":[]},"structure":"90","background_background":"classic","background_color":"#091a46","stretch_section":"section-stretched","motion_fx_translateY_effect":"yes","motion_fx_translateY_speed":{"unit":"px","size":5.29999999999999982236431605997495353221893310546875,"sizes":[]},"sticky":"top"},"elements":[{"id":"edb90dd","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[],"isInner":false},{"id":"9e32287","elType":"column","settings":{"_column_size":11,"content_position":"center","align":"center","_inline_size":null},"elements":[{"id":"acd750d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"image_size":"full"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"dd47dc5","elType":"column","settings":{"_column_size":11,"content_position":"center","align":"flex-start","space_between_widgets":0,"_inline_size":null},"elements":[],"isInner":false},{"id":"d40238a","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"7574ac0","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"8dc309b","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"269174f","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9ff8623","elType":"column","settings":{"_column_size":11,"_inline_size":16.18299999999999982946974341757595539093017578125},"elements":[{"id":"85f0fd0","elType":"widget","settings":{"text":"O que oferecemos","align":"center","button_css_id":"oqueoferecemos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef57eb3","elType":"column","settings":{"_column_size":11,"_inline_size":6.03699999999999992184029906638897955417633056640625},"elements":[{"id":"a4e59b5","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"b507ed7","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"95b6538","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"02e924a","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":139,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true}},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p>A Empresa<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false}]');
INSERT INTO `wpu7_postmeta` VALUES
(963, 163, '_elementor_pro_version', '2.7.3'),
(964, 163, '_elementor_css', 'a:5:{s:4:"time";i:1574383465;s:5:"fonts";a:1:{i:0;s:5:"Arial";}s:5:"icons";a:1:{i:0;s:0:"";}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(967, 164, '_elementor_edit_mode', 'builder'),
(968, 164, '_elementor_template_type', 'wp-page'),
(969, 164, '_elementor_version', '2.7.5'),
(970, 164, '_elementor_data', '[{"id":"04416b5","elType":"section","settings":{"layout":"full_width","gap":"no","custom_height":{"unit":"px","size":95,"sizes":[]},"structure":"90","background_background":"classic","background_color":"#091a46","stretch_section":"section-stretched","motion_fx_translateY_effect":"yes","motion_fx_translateY_speed":{"unit":"px","size":5.29999999999999982236431605997495353221893310546875,"sizes":[]},"sticky":"top"},"elements":[{"id":"edb90dd","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[],"isInner":false},{"id":"9e32287","elType":"column","settings":{"_column_size":11,"content_position":"center","align":"center","_inline_size":null},"elements":[{"id":"acd750d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"image_size":"full"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"dd47dc5","elType":"column","settings":{"_column_size":11,"content_position":"center","align":"flex-start","space_between_widgets":0,"_inline_size":null},"elements":[],"isInner":false},{"id":"d40238a","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"7574ac0","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"8dc309b","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"269174f","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9ff8623","elType":"column","settings":{"_column_size":11,"_inline_size":16.18299999999999982946974341757595539093017578125},"elements":[{"id":"85f0fd0","elType":"widget","settings":{"text":"O que oferecemos","align":"center","button_css_id":"oqueoferecemos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef57eb3","elType":"column","settings":{"_column_size":11,"_inline_size":6.03699999999999992184029906638897955417633056640625},"elements":[{"id":"a4e59b5","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"b507ed7","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"95b6538","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"02e924a","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":139,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true}},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p>A Empresa<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false}]'),
(971, 164, '_elementor_pro_version', '2.7.3'),
(974, 165, '_wp_page_template', 'elementor_header_footer'),
(975, 165, '_elementor_edit_mode', 'builder'),
(976, 165, '_elementor_template_type', 'wp-page'),
(977, 165, '_elementor_version', '2.7.5'),
(978, 165, '_elementor_data', '[{"id":"04416b5","elType":"section","settings":{"layout":"full_width","gap":"no","custom_height":{"unit":"px","size":95,"sizes":[]},"structure":"90","background_background":"classic","background_color":"#091a46","stretch_section":"section-stretched","motion_fx_translateY_effect":"yes","motion_fx_translateY_speed":{"unit":"px","size":5.29999999999999982236431605997495353221893310546875,"sizes":[]},"sticky":"top"},"elements":[{"id":"edb90dd","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[],"isInner":false},{"id":"9e32287","elType":"column","settings":{"_column_size":11,"content_position":"center","align":"center","_inline_size":null},"elements":[{"id":"acd750d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"image_size":"full"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"dd47dc5","elType":"column","settings":{"_column_size":11,"content_position":"center","align":"flex-start","space_between_widgets":0,"_inline_size":null},"elements":[],"isInner":false},{"id":"d40238a","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"7574ac0","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"8dc309b","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"269174f","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9ff8623","elType":"column","settings":{"_column_size":11,"_inline_size":16.18299999999999982946974341757595539093017578125},"elements":[{"id":"85f0fd0","elType":"widget","settings":{"text":"O que oferecemos","align":"center","button_css_id":"oqueoferecemos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef57eb3","elType":"column","settings":{"_column_size":11,"_inline_size":6.03699999999999992184029906638897955417633056640625},"elements":[{"id":"a4e59b5","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"b507ed7","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"95b6538","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"02e924a","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":139,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p>A Empresa<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false}]'),
(979, 165, '_elementor_pro_version', '2.7.3'),
(980, 165, '_elementor_css', 'a:5:{s:4:"time";i:1574383648;s:5:"fonts";a:1:{i:0;s:5:"Arial";}s:5:"icons";a:1:{i:0;s:0:"";}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(982, 166, '_wp_page_template', 'elementor_header_footer'),
(983, 166, '_elementor_edit_mode', 'builder'),
(984, 166, '_elementor_template_type', 'wp-page'),
(985, 166, '_elementor_version', '2.7.5'),
(986, 166, '_elementor_data', '[{"id":"04416b5","elType":"section","settings":{"layout":"full_width","gap":"no","custom_height":{"unit":"px","size":95,"sizes":[]},"structure":"90","background_background":"classic","background_color":"#091a46","stretch_section":"section-stretched","motion_fx_translateY_effect":"yes","motion_fx_translateY_speed":{"unit":"px","size":5.29999999999999982236431605997495353221893310546875,"sizes":[]},"sticky":"top"},"elements":[{"id":"edb90dd","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[],"isInner":false},{"id":"9e32287","elType":"column","settings":{"_column_size":11,"content_position":"center","align":"center","_inline_size":null},"elements":[{"id":"acd750d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"image_size":"full"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"dd47dc5","elType":"column","settings":{"_column_size":11,"content_position":"center","align":"flex-start","space_between_widgets":0,"_inline_size":null},"elements":[],"isInner":false},{"id":"d40238a","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"7574ac0","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"8dc309b","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"269174f","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9ff8623","elType":"column","settings":{"_column_size":11,"_inline_size":16.18299999999999982946974341757595539093017578125},"elements":[{"id":"85f0fd0","elType":"widget","settings":{"text":"O que oferecemos","align":"center","button_css_id":"oqueoferecemos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef57eb3","elType":"column","settings":{"_column_size":11,"_inline_size":6.03699999999999992184029906638897955417633056640625},"elements":[{"id":"a4e59b5","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"b507ed7","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"95b6538","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"02e924a","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":139,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"8e6b0ad","elType":"widget","settings":[],"elements":[],"widgetType":"menu-anchor"},{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p>A Empresa<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false}]'),
(987, 166, '_elementor_pro_version', '2.7.3'),
(990, 167, '_wp_page_template', 'elementor_header_footer'),
(991, 167, '_elementor_edit_mode', 'builder'),
(992, 167, '_elementor_template_type', 'wp-page'),
(993, 167, '_elementor_version', '2.7.5'),
(994, 167, '_elementor_data', '[{"id":"04416b5","elType":"section","settings":{"layout":"full_width","gap":"no","custom_height":{"unit":"px","size":95,"sizes":[]},"structure":"90","background_background":"classic","background_color":"#091a46","stretch_section":"section-stretched","motion_fx_translateY_effect":"yes","motion_fx_translateY_speed":{"unit":"px","size":5.29999999999999982236431605997495353221893310546875,"sizes":[]},"sticky":"top"},"elements":[{"id":"edb90dd","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[],"isInner":false},{"id":"9e32287","elType":"column","settings":{"_column_size":11,"content_position":"center","align":"center","_inline_size":null},"elements":[{"id":"acd750d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"image_size":"full"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"dd47dc5","elType":"column","settings":{"_column_size":11,"content_position":"center","align":"flex-start","space_between_widgets":0,"_inline_size":null},"elements":[],"isInner":false},{"id":"d40238a","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"7574ac0","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"8dc309b","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"269174f","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9ff8623","elType":"column","settings":{"_column_size":11,"_inline_size":16.18299999999999982946974341757595539093017578125},"elements":[{"id":"85f0fd0","elType":"widget","settings":{"text":"O que oferecemos","align":"center","button_css_id":"oqueoferecemos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef57eb3","elType":"column","settings":{"_column_size":11,"_inline_size":6.03699999999999992184029906638897955417633056640625},"elements":[{"id":"a4e59b5","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"b507ed7","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"95b6538","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"02e924a","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":139,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"sobre"},"elements":[],"widgetType":"menu-anchor"},{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p>A Empresa<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false}]'),
(995, 167, '_elementor_pro_version', '2.7.3'),
(996, 167, '_elementor_css', 'a:5:{s:4:"time";i:1574384043;s:5:"fonts";a:1:{i:0;s:5:"Arial";}s:5:"icons";a:1:{i:0;s:0:"";}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(998, 168, '_wp_page_template', 'elementor_header_footer'),
(999, 168, '_elementor_edit_mode', 'builder'),
(1000, 168, '_elementor_template_type', 'wp-page'),
(1001, 168, '_elementor_version', '2.7.5'),
(1002, 168, '_elementor_data', '[{"id":"04416b5","elType":"section","settings":{"layout":"full_width","gap":"no","custom_height":{"unit":"px","size":95,"sizes":[]},"structure":"90","background_background":"classic","background_color":"#091a46","stretch_section":"section-stretched","motion_fx_translateY_effect":"yes","motion_fx_translateY_speed":{"unit":"px","size":5.29999999999999982236431605997495353221893310546875,"sizes":[]},"sticky":"top"},"elements":[{"id":"edb90dd","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[],"isInner":false},{"id":"9e32287","elType":"column","settings":{"_column_size":11,"content_position":"center","align":"center","_inline_size":null},"elements":[{"id":"acd750d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"image_size":"full"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"dd47dc5","elType":"column","settings":{"_column_size":11,"content_position":"center","align":"flex-start","space_between_widgets":0,"_inline_size":null},"elements":[],"isInner":false},{"id":"d40238a","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"7574ac0","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"8dc309b","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"269174f","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false},"link":{"url":"#sobre","is_external":"","nofollow":""}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9ff8623","elType":"column","settings":{"_column_size":11,"_inline_size":16.18299999999999982946974341757595539093017578125},"elements":[{"id":"85f0fd0","elType":"widget","settings":{"text":"O que oferecemos","align":"center","button_css_id":"oqueoferecemos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef57eb3","elType":"column","settings":{"_column_size":11,"_inline_size":6.03699999999999992184029906638897955417633056640625},"elements":[{"id":"a4e59b5","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"b507ed7","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"95b6538","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"02e924a","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":139,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"sobre"},"elements":[],"widgetType":"menu-anchor"},{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p>A Empresa<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false}]'),
(1003, 168, '_elementor_pro_version', '2.7.3'),
(1006, 169, '_wp_page_template', 'elementor_header_footer'),
(1007, 169, '_elementor_edit_mode', 'builder'),
(1008, 169, '_elementor_template_type', 'wp-page'),
(1009, 169, '_elementor_version', '2.7.5'),
(1010, 169, '_elementor_data', '[{"id":"04416b5","elType":"section","settings":{"layout":"full_width","gap":"no","custom_height":{"unit":"px","size":95,"sizes":[]},"structure":"90","background_background":"classic","background_color":"#091a46","stretch_section":"section-stretched","motion_fx_translateY_effect":"yes","motion_fx_translateY_speed":{"unit":"px","size":5.29999999999999982236431605997495353221893310546875,"sizes":[]},"sticky":"top"},"elements":[{"id":"edb90dd","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[],"isInner":false},{"id":"9e32287","elType":"column","settings":{"_column_size":11,"content_position":"center","align":"center","_inline_size":null},"elements":[{"id":"acd750d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"image_size":"full"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"dd47dc5","elType":"column","settings":{"_column_size":11,"content_position":"center","align":"flex-start","space_between_widgets":0,"_inline_size":null},"elements":[],"isInner":false},{"id":"d40238a","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"7574ac0","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"8dc309b","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"269174f","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false},"link":{"url":"#sobre","is_external":"","nofollow":""}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9ff8623","elType":"column","settings":{"_column_size":11,"_inline_size":16.18299999999999982946974341757595539093017578125},"elements":[{"id":"85f0fd0","elType":"widget","settings":{"text":"O que oferecemos","align":"center","button_css_id":"oqueoferecemos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef57eb3","elType":"column","settings":{"_column_size":11,"_inline_size":6.03699999999999992184029906638897955417633056640625},"elements":[{"id":"a4e59b5","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"b507ed7","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"95b6538","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"02e924a","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":139,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p>A Empresa<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false}]');
INSERT INTO `wpu7_postmeta` VALUES
(1011, 169, '_elementor_pro_version', '2.7.3'),
(1012, 169, '_elementor_css', 'a:5:{s:4:"time";i:1574384073;s:5:"fonts";a:1:{i:0;s:5:"Arial";}s:5:"icons";a:1:{i:0;s:0:"";}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(1014, 170, '_wp_page_template', 'elementor_header_footer'),
(1015, 170, '_elementor_edit_mode', 'builder'),
(1016, 170, '_elementor_template_type', 'wp-page'),
(1017, 170, '_elementor_version', '2.7.5'),
(1018, 170, '_elementor_data', '[{"id":"04416b5","elType":"section","settings":{"layout":"full_width","gap":"no","custom_height":{"unit":"px","size":95,"sizes":[]},"structure":"90","background_background":"classic","background_color":"#091a46","stretch_section":"section-stretched","motion_fx_translateY_effect":"yes","motion_fx_translateY_speed":{"unit":"px","size":5.29999999999999982236431605997495353221893310546875,"sizes":[]},"sticky":"top"},"elements":[{"id":"edb90dd","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[],"isInner":false},{"id":"9e32287","elType":"column","settings":{"_column_size":11,"content_position":"center","align":"center","_inline_size":null},"elements":[{"id":"acd750d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"image_size":"full"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"dd47dc5","elType":"column","settings":{"_column_size":11,"content_position":"center","align":"flex-start","space_between_widgets":0,"_inline_size":null},"elements":[],"isInner":false},{"id":"d40238a","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"7574ac0","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"8dc309b","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"269174f","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false},"link":{"url":"#aempresa","is_external":"","nofollow":""}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9ff8623","elType":"column","settings":{"_column_size":11,"_inline_size":16.18299999999999982946974341757595539093017578125},"elements":[{"id":"85f0fd0","elType":"widget","settings":{"text":"O que oferecemos","align":"center","button_css_id":"oqueoferecemos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef57eb3","elType":"column","settings":{"_column_size":11,"_inline_size":6.03699999999999992184029906638897955417633056640625},"elements":[{"id":"a4e59b5","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"b507ed7","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"95b6538","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"02e924a","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":139,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p>A Empresa<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false}]'),
(1019, 170, '_elementor_pro_version', '2.7.3'),
(1022, 171, '_wp_page_template', 'elementor_header_footer'),
(1023, 171, '_elementor_edit_mode', 'builder'),
(1024, 171, '_elementor_template_type', 'wp-page'),
(1025, 171, '_elementor_version', '2.7.5'),
(1026, 171, '_elementor_data', '[{"id":"04416b5","elType":"section","settings":{"layout":"full_width","gap":"no","custom_height":{"unit":"px","size":95,"sizes":[]},"structure":"90","background_background":"classic","background_color":"#091a46","stretch_section":"section-stretched","motion_fx_translateY_effect":"yes","motion_fx_translateY_speed":{"unit":"px","size":5.29999999999999982236431605997495353221893310546875,"sizes":[]},"sticky":"top"},"elements":[{"id":"edb90dd","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[],"isInner":false},{"id":"9e32287","elType":"column","settings":{"_column_size":11,"content_position":"center","align":"center","_inline_size":null},"elements":[{"id":"acd750d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"image_size":"full"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"dd47dc5","elType":"column","settings":{"_column_size":11,"content_position":"center","align":"flex-start","space_between_widgets":0,"_inline_size":null},"elements":[],"isInner":false},{"id":"d40238a","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"7574ac0","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"8dc309b","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"269174f","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false},"link":{"url":"#aempresa","is_external":"","nofollow":""}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9ff8623","elType":"column","settings":{"_column_size":11,"_inline_size":16.18299999999999982946974341757595539093017578125},"elements":[{"id":"85f0fd0","elType":"widget","settings":{"text":"O que oferecemos","align":"center","button_css_id":"oqueoferecemos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef57eb3","elType":"column","settings":{"_column_size":11,"_inline_size":6.03699999999999992184029906638897955417633056640625},"elements":[{"id":"a4e59b5","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"b507ed7","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"95b6538","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"02e924a","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":139,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p>A Empresa<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false},{"id":"a5cad90","elType":"section","settings":[],"elements":[{"id":"4b18275","elType":"column","settings":{"_column_size":100},"elements":[{"id":"de975e6","elType":"widget","settings":{"menu":"cim-tecnologia","animation_line":"none","indicator":"none","dropdown":"none","toggle":""},"elements":[],"widgetType":"nav-menu"}],"isInner":false}],"isInner":false}]'),
(1027, 171, '_elementor_pro_version', '2.7.3'),
(1028, 171, '_elementor_css', 'a:5:{s:4:"time";i:1574384146;s:5:"fonts";a:1:{i:0;s:5:"Arial";}s:5:"icons";a:1:{i:0;s:0:"";}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(1051, 174, '_elementor_template_type', 'wp-page'),
(1052, 174, '_elementor_version', '2.7.5'),
(1053, 174, '_elementor_data', '[{"id":"01fe2fd","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"30","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"baf50d5","elType":"column","settings":{"_column_size":33,"_inline_size":9.260999999999999232613845379091799259185791015625},"elements":[],"isInner":false},{"id":"c0e3f21","elType":"column","settings":{"_column_size":33,"_inline_size":19.082999999999998408384271897375583648681640625},"elements":[],"isInner":false},{"id":"2835eea","elType":"column","settings":{"_column_size":33,"_inline_size":71.655000000000001136868377216160297393798828125},"elements":[{"id":"f66b0d7","elType":"widget","settings":{"el_nav_menu":"cim-tecnologia","align":"center","item_align":"center","submenu_align":"center","nav_bar_bg":"#091a46","menu_link_bg":"#091a46","menu_link_hover_color":"#091a46","link_hover_bg_color":"#ffffff","submenu_link_bg":"#091a46","menu_typography_typography":"custom","menu_typography_font_family":"Arial","menu_typography_font_weight":"normal","menu_typography_text_transform":"none","menu_typography_font_style":"normal","menu_typography_text_decoration":"none"},"elements":[],"widgetType":"default-navmenu"}],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":139,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p>A Empresa<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false}]'),
(1031, 172, '_wp_page_template', 'elementor_header_footer'),
(1032, 172, '_elementor_edit_mode', 'builder'),
(1033, 172, '_elementor_template_type', 'wp-page'),
(1034, 172, '_elementor_version', '2.7.5'),
(1035, 172, '_elementor_data', '[{"id":"04416b5","elType":"section","settings":{"layout":"full_width","gap":"no","custom_height":{"unit":"px","size":95,"sizes":[]},"structure":"90","background_background":"classic","background_color":"#091a46","stretch_section":"section-stretched","motion_fx_translateY_effect":"yes","motion_fx_translateY_speed":{"unit":"px","size":5.29999999999999982236431605997495353221893310546875,"sizes":[]},"sticky":"top"},"elements":[{"id":"edb90dd","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[],"isInner":false},{"id":"9e32287","elType":"column","settings":{"_column_size":11,"content_position":"center","align":"center","_inline_size":null},"elements":[{"id":"acd750d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"image_size":"full"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"dd47dc5","elType":"column","settings":{"_column_size":11,"content_position":"center","align":"flex-start","space_between_widgets":0,"_inline_size":null},"elements":[],"isInner":false},{"id":"d40238a","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"7574ac0","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"8dc309b","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"269174f","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false},"link":{"url":"#aempresa","is_external":"","nofollow":""}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9ff8623","elType":"column","settings":{"_column_size":11,"_inline_size":16.18299999999999982946974341757595539093017578125},"elements":[{"id":"85f0fd0","elType":"widget","settings":{"text":"O que oferecemos","align":"center","button_css_id":"oqueoferecemos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef57eb3","elType":"column","settings":{"_column_size":11,"_inline_size":6.03699999999999992184029906638897955417633056640625},"elements":[{"id":"a4e59b5","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"b507ed7","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"95b6538","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"02e924a","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":139,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p>A Empresa<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false},{"id":"a5cad90","elType":"section","settings":[],"elements":[{"id":"4b18275","elType":"column","settings":{"_column_size":100},"elements":[{"id":"de975e6","elType":"widget","settings":{"menu":"cim-tecnologia","align_items":"right","animation_line":"none","indicator":"none","dropdown":"none","toggle":"","menu_typography_typography":"custom","menu_typography_font_family":"Arial","menu_typography_font_weight":"normal","menu_typography_text_transform":"none","menu_typography_text_decoration":"none","color_menu_item":"#ffffff","color_menu_item_hover":"#ffffff","pointer_color_menu_item_hover":"#091a46","color_menu_item_active":"#ffffff","pointer_color_menu_item_active":"#091a46","pointer_width":{"unit":"px","size":4,"sizes":[]},"padding_horizontal_menu_item":{"unit":"px","size":13,"sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":22,"sizes":[]},"menu_space_between":{"unit":"px","size":0,"sizes":[]},"color_dropdown_item":"#ffffff","background_color_dropdown_item":"#091a46","dropdown_typography_typography":"custom","dropdown_typography_font_family":"Arial","dropdown_typography_font_weight":"normal"},"elements":[],"widgetType":"nav-menu"}],"isInner":false}],"isInner":false}]'),
(1036, 172, '_elementor_pro_version', '2.7.3'),
(1037, 172, '_elementor_css', 'a:5:{s:4:"time";i:1574385025;s:5:"fonts";a:1:{i:0;s:5:"Arial";}s:5:"icons";a:1:{i:0;s:0:"";}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(1049, 174, '_wp_page_template', 'elementor_header_footer'),
(1050, 174, '_elementor_edit_mode', 'builder'),
(1040, 173, '_wp_page_template', 'elementor_header_footer'),
(1041, 173, '_elementor_edit_mode', 'builder'),
(1042, 173, '_elementor_template_type', 'wp-page'),
(1043, 173, '_elementor_version', '2.7.5'),
(1044, 173, '_elementor_data', '[{"id":"04416b5","elType":"section","settings":{"layout":"full_width","gap":"no","custom_height":{"unit":"px","size":95,"sizes":[]},"structure":"90","background_background":"classic","background_color":"#091a46","stretch_section":"section-stretched","motion_fx_translateY_effect":"yes","motion_fx_translateY_speed":{"unit":"px","size":5.29999999999999982236431605997495353221893310546875,"sizes":[]},"sticky":"top"},"elements":[{"id":"edb90dd","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[],"isInner":false},{"id":"9e32287","elType":"column","settings":{"_column_size":11,"content_position":"center","align":"center","_inline_size":null},"elements":[{"id":"acd750d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"image_size":"full"},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"dd47dc5","elType":"column","settings":{"_column_size":11,"content_position":"center","align":"flex-start","space_between_widgets":0,"_inline_size":null},"elements":[],"isInner":false},{"id":"d40238a","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"7574ac0","elType":"widget","settings":{"text":"In\\u00edcio","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""},"align":"center","button_css_id":"inicio","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"8dc309b","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"269174f","elType":"widget","settings":{"text":"Sobre","align":"center","button_css_id":"sobre","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false},"link":{"url":"#aempresa","is_external":"","nofollow":""}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9ff8623","elType":"column","settings":{"_column_size":11,"_inline_size":16.18299999999999982946974341757595539093017578125},"elements":[{"id":"85f0fd0","elType":"widget","settings":{"text":"O que oferecemos","align":"center","button_css_id":"oqueoferecemos","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef57eb3","elType":"column","settings":{"_column_size":11,"_inline_size":6.03699999999999992184029906638897955417633056640625},"elements":[{"id":"a4e59b5","elType":"widget","settings":{"text":"Clientes","align":"center","button_css_id":"clientes","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"b507ed7","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[{"id":"95b6538","elType":"widget","settings":{"text":"Contato","align":"center","button_css_id":"contato","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"normal","typography_text_transform":"capitalize","typography_font_style":"normal","typography_text_decoration":"none","typography_line_height":{"unit":"px","size":"","sizes":[]},"button_text_color":"#ffffff","background_color":"#091a46","hover_color":"#091a46","button_background_hover_color":"#ffffff","text_padding":{"unit":"px","top":"40","right":"20","bottom":"40","left":"20","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"02e924a","elType":"column","settings":{"_column_size":11,"_inline_size":null},"elements":[],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":139,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p>A Empresa<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false},{"id":"a5cad90","elType":"section","settings":[],"elements":[{"id":"4b18275","elType":"column","settings":{"_column_size":100,"background_background":"classic"},"elements":[{"id":"de975e6","elType":"widget","settings":{"menu":"cim-tecnologia","align_items":"right","animation_line":"none","indicator":"none","dropdown":"none","toggle":"","menu_typography_typography":"custom","menu_typography_font_family":"Arial","menu_typography_font_weight":"normal","menu_typography_text_transform":"none","menu_typography_text_decoration":"none","color_menu_item":"#ffffff","color_menu_item_hover":"#ffffff","pointer_color_menu_item_hover":"#091a46","color_menu_item_active":"#ffffff","pointer_color_menu_item_active":"#091a46","pointer_width":{"unit":"px","size":4,"sizes":[]},"padding_horizontal_menu_item":{"unit":"px","size":13,"sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":22,"sizes":[]},"menu_space_between":{"unit":"px","size":0,"sizes":[]},"color_dropdown_item":"#ffffff","background_color_dropdown_item":"#091a46","dropdown_typography_typography":"custom","dropdown_typography_font_family":"Arial","dropdown_typography_font_weight":"normal","_background_background":"classic","_background_color":"#091a46"},"elements":[],"widgetType":"nav-menu"}],"isInner":false}],"isInner":false}]'),
(1045, 173, '_elementor_pro_version', '2.7.3'),
(1046, 173, '_elementor_css', 'a:5:{s:4:"time";i:1574385338;s:5:"fonts";a:1:{i:0;s:5:"Arial";}s:5:"icons";a:1:{i:0;s:0:"";}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(1058, 175, '_wp_page_template', 'elementor_header_footer'),
(1059, 175, '_elementor_edit_mode', 'builder'),
(1060, 175, '_elementor_template_type', 'wp-page'),
(1061, 175, '_elementor_version', '2.7.5'),
(1062, 175, '_elementor_data', '[{"id":"01fe2fd","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"30","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"baf50d5","elType":"column","settings":{"_column_size":33,"_inline_size":9.260999999999999232613845379091799259185791015625},"elements":[],"isInner":false},{"id":"c0e3f21","elType":"column","settings":{"_column_size":33,"_inline_size":19.082999999999998408384271897375583648681640625},"elements":[],"isInner":false},{"id":"2835eea","elType":"column","settings":{"_column_size":33,"_inline_size":71.655000000000001136868377216160297393798828125},"elements":[{"id":"fd577ad","elType":"widget","settings":{"el_mega_menu":"cim-tecnologia","align":"center","navbar_typography_typography":"custom","navbar_typography_font_family":"Arial","navbar_typography_font_weight":"normal","navbar_typography_text_transform":"none","navbar_typography_font_style":"normal","navbar_typography_text_decoration":"none","navbar_typography_line_height":{"unit":"px","size":100,"sizes":[]},"navbar_bg_color":"#091a46","megamenu_color":"#091a46","megamenu_hover":"#091a46","megamenu_bg_color":"#091a46"},"elements":[],"widgetType":"mega-menu"}],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":139,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p>A Empresa<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false}]'),
(1063, 175, '_elementor_pro_version', '2.7.3'),
(1064, 175, '_elementor_css', 'a:5:{s:4:"time";i:1574386405;s:5:"fonts";a:1:{i:0;s:5:"Arial";}s:5:"icons";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(1066, 176, '_wp_page_template', 'elementor_header_footer'),
(1067, 176, '_elementor_edit_mode', 'builder'),
(1068, 176, '_elementor_template_type', 'wp-page'),
(1069, 176, '_elementor_version', '2.7.5'),
(1070, 176, '_elementor_data', '[{"id":"01fe2fd","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"30","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"baf50d5","elType":"column","settings":{"_column_size":33,"_inline_size":9.260999999999999232613845379091799259185791015625},"elements":[],"isInner":false},{"id":"c0e3f21","elType":"column","settings":{"_column_size":33,"_inline_size":19.082999999999998408384271897375583648681640625},"elements":[],"isInner":false},{"id":"2835eea","elType":"column","settings":{"_column_size":33,"_inline_size":71.655000000000001136868377216160297393798828125},"elements":[{"id":"fd577ad","elType":"widget","settings":{"el_mega_menu":"cim-tecnologia","align":"center","navbar_typography_typography":"custom","navbar_typography_font_family":"Arial","navbar_typography_font_weight":"normal","navbar_typography_text_transform":"none","navbar_typography_font_style":"normal","navbar_typography_text_decoration":"none","navbar_typography_line_height":{"unit":"px","size":100,"sizes":[]},"megamenu_typography_typography":"custom","megamenu_typography_font_family":"Arial","navbar_bg_color":"#091a46","megamenu_color":"#091a46","megamenu_hover":"#091a46","megamenu_bg_color":"#091a46"},"elements":[],"widgetType":"mega-menu"}],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":139,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p>A Empresa<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false}]');
INSERT INTO `wpu7_postmeta` VALUES
(1071, 176, '_elementor_pro_version', '2.7.3'),
(1073, 177, '_wp_page_template', 'elementor_header_footer'),
(1074, 177, '_elementor_edit_mode', 'builder'),
(1075, 177, '_elementor_template_type', 'wp-page'),
(1076, 177, '_elementor_version', '2.7.5'),
(1077, 177, '_elementor_data', '[{"id":"01fe2fd","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"30","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"baf50d5","elType":"column","settings":{"_column_size":33,"_inline_size":9.260999999999999232613845379091799259185791015625},"elements":[],"isInner":false},{"id":"c0e3f21","elType":"column","settings":{"_column_size":33,"_inline_size":19.082999999999998408384271897375583648681640625},"elements":[{"id":"9491e2d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"align":"center","link_to":"custom","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"2835eea","elType":"column","settings":{"_column_size":33,"_inline_size":71.655000000000001136868377216160297393798828125},"elements":[{"id":"fd577ad","elType":"widget","settings":{"el_mega_menu":"cim-tecnologia","align":"center","navbar_typography_typography":"custom","navbar_typography_font_family":"Arial","navbar_typography_font_weight":"normal","navbar_typography_text_transform":"none","navbar_typography_font_style":"normal","navbar_typography_text_decoration":"none","navbar_typography_line_height":{"unit":"px","size":115,"sizes":[]},"megamenu_typography_typography":"custom","megamenu_typography_font_family":"Arial","navbar_bg_color":"#091a46","megamenu_color":"#091a46","megamenu_hover":"#091a46","megamenu_bg_color":"#091a46"},"elements":[],"widgetType":"mega-menu"}],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":139,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p>A Empresa<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false}]'),
(1078, 177, '_elementor_pro_version', '2.7.3'),
(1081, 178, '_wp_page_template', 'elementor_header_footer'),
(1082, 178, '_elementor_edit_mode', 'builder'),
(1083, 178, '_elementor_template_type', 'wp-page'),
(1084, 178, '_elementor_version', '2.7.5'),
(1085, 178, '_elementor_data', '[{"id":"01fe2fd","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"30","background_background":"classic","background_color":"#091a46"},"elements":[{"id":"baf50d5","elType":"column","settings":{"_column_size":33,"_inline_size":9.260999999999999232613845379091799259185791015625},"elements":[],"isInner":false},{"id":"c0e3f21","elType":"column","settings":{"_column_size":33,"_inline_size":19.082999999999998408384271897375583648681640625,"content_position":"center","align":"center"},"elements":[{"id":"9491e2d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"align":"center","link_to":"custom","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"2835eea","elType":"column","settings":{"_column_size":33,"_inline_size":71.655000000000001136868377216160297393798828125},"elements":[{"id":"fd577ad","elType":"widget","settings":{"el_mega_menu":"cim-tecnologia","align":"center","navbar_typography_typography":"custom","navbar_typography_font_family":"Arial","navbar_typography_font_weight":"normal","navbar_typography_text_transform":"none","navbar_typography_font_style":"normal","navbar_typography_text_decoration":"none","navbar_typography_line_height":{"unit":"px","size":115,"sizes":[]},"megamenu_typography_typography":"custom","megamenu_typography_font_family":"Arial","navbar_bg_color":"#091a46","megamenu_color":"#091a46","megamenu_hover":"#091a46","megamenu_bg_color":"#091a46"},"elements":[],"widgetType":"mega-menu"}],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":139,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p>A Empresa<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false}]'),
(1091, 179, '_menu_item_type', 'custom'),
(1092, 179, '_menu_item_menu_item_parent', '0'),
(1086, 178, '_elementor_pro_version', '2.7.3'),
(1087, 178, '_elementor_css', 'a:5:{s:4:"time";i:1574387022;s:5:"fonts";a:1:{i:0;s:5:"Arial";}s:5:"icons";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(1100, 180, '_wp_page_template', 'elementor_header_footer'),
(1101, 180, '_elementor_edit_mode', 'builder'),
(1102, 180, '_elementor_template_type', 'wp-page'),
(1103, 180, '_elementor_version', '2.7.5'),
(1104, 180, '_elementor_data', '[{"id":"01fe2fd","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"30","background_background":"classic","background_color":"#091a46","sticky":"top"},"elements":[{"id":"baf50d5","elType":"column","settings":{"_column_size":33,"_inline_size":9.260999999999999232613845379091799259185791015625},"elements":[],"isInner":false},{"id":"c0e3f21","elType":"column","settings":{"_column_size":33,"_inline_size":19.082999999999998408384271897375583648681640625,"content_position":"center","align":"center"},"elements":[{"id":"9491e2d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"align":"center","link_to":"custom","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"2835eea","elType":"column","settings":{"_column_size":33,"_inline_size":71.655000000000001136868377216160297393798828125},"elements":[{"id":"fd577ad","elType":"widget","settings":{"el_mega_menu":"cim-tecnologia","align":"center","navbar_typography_typography":"custom","navbar_typography_font_family":"Arial","navbar_typography_font_weight":"normal","navbar_typography_text_transform":"none","navbar_typography_font_style":"normal","navbar_typography_text_decoration":"none","navbar_typography_line_height":{"unit":"px","size":115,"sizes":[]},"megamenu_typography_typography":"custom","megamenu_typography_font_family":"Arial","navbar_bg_color":"#091a46","megamenu_color":"#091a46","megamenu_hover":"#091a46","megamenu_bg_color":"#091a46"},"elements":[],"widgetType":"mega-menu"}],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":139,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p>A Empresa<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false}]'),
(1093, 179, '_menu_item_object_id', '179'),
(1094, 179, '_menu_item_object', 'custom'),
(1095, 179, '_menu_item_target', ''),
(1096, 179, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1097, 179, '_menu_item_xfn', ''),
(1098, 179, '_menu_item_url', '#aempresa'),
(1099, 179, '_menu_item_orphaned', '1574387360'),
(1105, 180, '_elementor_pro_version', '2.7.3'),
(1184, 191, '_wp_page_template', 'elementor_header_footer'),
(1185, 191, '_elementor_edit_mode', 'builder'),
(1186, 191, '_elementor_template_type', 'wp-page'),
(1150, 186, '_wp_page_template', 'elementor_header_footer'),
(1151, 186, '_elementor_edit_mode', 'builder'),
(1152, 186, '_elementor_template_type', 'wp-page'),
(1153, 186, '_elementor_version', '2.7.5'),
(1154, 186, '_elementor_data', '[{"id":"01fe2fd","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"30","background_background":"classic","background_color":"#091a46","sticky":"top"},"elements":[{"id":"baf50d5","elType":"column","settings":{"_column_size":33,"_inline_size":9.260999999999999232613845379091799259185791015625},"elements":[],"isInner":false},{"id":"c0e3f21","elType":"column","settings":{"_column_size":33,"_inline_size":19.082999999999998408384271897375583648681640625,"content_position":"center","align":"center"},"elements":[{"id":"9491e2d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"align":"center","link_to":"custom","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"2835eea","elType":"column","settings":{"_column_size":33,"_inline_size":71.655000000000001136868377216160297393798828125},"elements":[{"id":"fd577ad","elType":"widget","settings":{"el_mega_menu":"cim-tecnologia","align":"center","navbar_typography_typography":"custom","navbar_typography_font_family":"Arial","navbar_typography_font_weight":"normal","navbar_typography_text_transform":"none","navbar_typography_font_style":"normal","navbar_typography_text_decoration":"none","navbar_typography_line_height":{"unit":"px","size":115,"sizes":[]},"megamenu_typography_typography":"custom","megamenu_typography_font_family":"Arial","navbar_bg_color":"#091a46","megamenu_color":"#091a46","megamenu_hover":"#091a46","megamenu_bg_color":"#091a46"},"elements":[],"widgetType":"mega-menu"}],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":139,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p>A Empresa<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false},{"id":"a40bf0f","elType":"section","settings":[],"elements":[{"id":"25a6660","elType":"column","settings":{"_column_size":100},"elements":[{"id":"89a40e1","elType":"widget","settings":{"classic_meta_separator":"\\/\\/\\/","classic_read_more_text":"Read More \\u00bb","cards_meta_separator":"\\u2022","cards_read_more_text":"Read More \\u00bb","full_content_meta_separator":"\\/\\/\\/","pagination_page_limit":"5","pagination_prev_label":"&laquo; Previous","pagination_next_label":"Next &raquo;"},"elements":[],"widgetType":"posts"}],"isInner":false}],"isInner":false}]'),
(1108, 181, '_menu_item_type', 'custom'),
(1109, 181, '_menu_item_menu_item_parent', '0'),
(1110, 181, '_menu_item_object_id', '181'),
(1111, 181, '_menu_item_object', 'custom'),
(1112, 181, '_menu_item_target', ''),
(1113, 181, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1114, 181, '_menu_item_xfn', ''),
(1115, 181, '_menu_item_url', '#aempresa'),
(1117, 181, '_elementor_controls_usage', 'a:0:{}'),
(1131, 183, '_elementor_pro_version', '2.7.3'),
(1142, 185, '_wp_page_template', 'elementor_header_footer'),
(1143, 185, '_elementor_edit_mode', 'builder'),
(1126, 183, '_wp_page_template', 'elementor_header_footer'),
(1127, 183, '_elementor_edit_mode', 'builder'),
(1128, 183, '_elementor_template_type', 'wp-page'),
(1129, 183, '_elementor_version', '2.7.5'),
(1130, 183, '_elementor_data', '[{"id":"01fe2fd","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"30","background_background":"classic","background_color":"#091a46","sticky":"top"},"elements":[{"id":"baf50d5","elType":"column","settings":{"_column_size":33,"_inline_size":9.260999999999999232613845379091799259185791015625},"elements":[],"isInner":false},{"id":"c0e3f21","elType":"column","settings":{"_column_size":33,"_inline_size":19.082999999999998408384271897375583648681640625,"content_position":"center","align":"center"},"elements":[{"id":"9491e2d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"align":"center","link_to":"custom","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"2835eea","elType":"column","settings":{"_column_size":33,"_inline_size":71.655000000000001136868377216160297393798828125},"elements":[{"id":"fd577ad","elType":"widget","settings":{"el_mega_menu":"cim-tecnologia","align":"center","navbar_typography_typography":"custom","navbar_typography_font_family":"Arial","navbar_typography_font_weight":"normal","navbar_typography_text_transform":"none","navbar_typography_font_style":"normal","navbar_typography_text_decoration":"none","navbar_typography_line_height":{"unit":"px","size":115,"sizes":[]},"megamenu_typography_typography":"custom","megamenu_typography_font_family":"Arial","navbar_bg_color":"#091a46","megamenu_color":"#091a46","megamenu_hover":"#091a46","megamenu_bg_color":"#091a46"},"elements":[],"widgetType":"mega-menu"}],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":139,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p>A Empresa<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false},{"id":"6ba42f6","elType":"section","settings":[],"elements":[{"id":"bc12a96","elType":"column","settings":{"_column_size":100},"elements":[{"id":"7620854","elType":"widget","settings":{"posts_per_page":10},"elements":[],"widgetType":"portfolio"}],"isInner":false}],"isInner":false}]'),
(1187, 191, '_elementor_version', '2.7.5'),
(1144, 185, '_elementor_template_type', 'wp-page'),
(1145, 185, '_elementor_version', '2.7.5'),
(1146, 185, '_elementor_data', '[{"id":"01fe2fd","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"30","background_background":"classic","background_color":"#091a46","sticky":"top"},"elements":[{"id":"baf50d5","elType":"column","settings":{"_column_size":33,"_inline_size":9.260999999999999232613845379091799259185791015625},"elements":[],"isInner":false},{"id":"c0e3f21","elType":"column","settings":{"_column_size":33,"_inline_size":19.082999999999998408384271897375583648681640625,"content_position":"center","align":"center"},"elements":[{"id":"9491e2d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"align":"center","link_to":"custom","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"2835eea","elType":"column","settings":{"_column_size":33,"_inline_size":71.655000000000001136868377216160297393798828125},"elements":[{"id":"fd577ad","elType":"widget","settings":{"el_mega_menu":"cim-tecnologia","align":"center","navbar_typography_typography":"custom","navbar_typography_font_family":"Arial","navbar_typography_font_weight":"normal","navbar_typography_text_transform":"none","navbar_typography_font_style":"normal","navbar_typography_text_decoration":"none","navbar_typography_line_height":{"unit":"px","size":115,"sizes":[]},"megamenu_typography_typography":"custom","megamenu_typography_font_family":"Arial","navbar_bg_color":"#091a46","megamenu_color":"#091a46","megamenu_hover":"#091a46","megamenu_bg_color":"#091a46"},"elements":[],"widgetType":"mega-menu"}],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":139,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p>A Empresa<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false},{"id":"6ba42f6","elType":"section","settings":[],"elements":[{"id":"bc12a96","elType":"column","settings":{"_column_size":100},"elements":[{"id":"7620854","elType":"widget","settings":{"columns":"4","posts_per_page":8,"show_filter_bar":"yes","taxonomy":"category","column_gap":{"unit":"px","size":0,"sizes":[]}},"elements":[],"widgetType":"portfolio"}],"isInner":false}],"isInner":false}]'),
(1147, 185, '_elementor_pro_version', '2.7.3'),
(1155, 186, '_elementor_pro_version', '2.7.3'),
(1156, 186, '_elementor_css', 'a:5:{s:4:"time";i:1574388241;s:5:"fonts";a:1:{i:0;s:5:"Arial";}s:5:"icons";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(1158, 187, '_edit_lock', '1575417643:1'),
(1159, 187, '_elementor_edit_mode', 'builder'),
(1160, 187, '_elementor_template_type', 'wp-post'),
(1161, 187, '_elementor_version', '2.7.5'),
(1162, 187, '_elementor_pro_version', '2.7.3'),
(1165, 187, '_wp_page_template', 'default'),
(1166, 187, '_elementor_data', '[]'),
(1167, 189, '_elementor_edit_mode', 'builder'),
(1168, 189, '_elementor_template_type', 'wp-post'),
(1169, 189, '_elementor_version', '2.7.5'),
(1170, 189, '_elementor_pro_version', '2.7.3'),
(1171, 189, '_wp_page_template', 'default'),
(1172, 189, '_elementor_data', '[]'),
(1173, 187, '_elementor_controls_usage', 'a:0:{}'),
(1175, 187, '_elementor_css', 'a:6:{s:4:"time";i:1574388518;s:5:"fonts";a:0:{}s:5:"icons";a:0:{}s:6:"status";s:5:"empty";i:0;s:0:"";s:3:"css";s:0:"";}'),
(1189, 191, '_elementor_pro_version', '2.7.3'),
(1192, 192, '_wp_page_template', 'elementor_header_footer'),
(1193, 192, '_elementor_edit_mode', 'builder'),
(1194, 192, '_elementor_template_type', 'wp-page'),
(1195, 192, '_elementor_version', '2.7.5'),
(1196, 192, '_elementor_data', '[{"id":"01fe2fd","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"30","background_background":"classic","background_color":"#091a46","sticky":"top"},"elements":[{"id":"baf50d5","elType":"column","settings":{"_column_size":33,"_inline_size":9.260999999999999232613845379091799259185791015625},"elements":[],"isInner":false},{"id":"c0e3f21","elType":"column","settings":{"_column_size":33,"_inline_size":19.082999999999998408384271897375583648681640625,"content_position":"center","align":"center"},"elements":[{"id":"9491e2d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"align":"center","link_to":"custom","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"2835eea","elType":"column","settings":{"_column_size":33,"_inline_size":71.655000000000001136868377216160297393798828125},"elements":[{"id":"fd577ad","elType":"widget","settings":{"el_mega_menu":"cim-tecnologia","align":"center","navbar_typography_typography":"custom","navbar_typography_font_family":"Arial","navbar_typography_font_weight":"normal","navbar_typography_text_transform":"none","navbar_typography_font_style":"normal","navbar_typography_text_decoration":"none","navbar_typography_line_height":{"unit":"px","size":115,"sizes":[]},"megamenu_typography_typography":"custom","megamenu_typography_font_family":"Arial","navbar_bg_color":"#091a46","megamenu_color":"#091a46","megamenu_hover":"#091a46","megamenu_bg_color":"#091a46"},"elements":[],"widgetType":"mega-menu"}],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":139,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p>A Empresa<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false},{"id":"4bcb2f6","elType":"section","settings":[],"elements":[{"id":"16dfb22","elType":"column","settings":{"_column_size":100},"elements":[{"id":"579eb5b","elType":"widget","settings":{"columns":"4","thumbnail_size_size":"thumbnail","posts_post_type":"by_id","posts_posts_ids":["187"],"posts_orderby":"menu_order"},"elements":[],"widgetType":"portfolio"}],"isInner":false}],"isInner":false}]'),
(1188, 191, '_elementor_data', '[{"id":"01fe2fd","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"30","background_background":"classic","background_color":"#091a46","sticky":"top"},"elements":[{"id":"baf50d5","elType":"column","settings":{"_column_size":33,"_inline_size":9.260999999999999232613845379091799259185791015625},"elements":[],"isInner":false},{"id":"c0e3f21","elType":"column","settings":{"_column_size":33,"_inline_size":19.082999999999998408384271897375583648681640625,"content_position":"center","align":"center"},"elements":[{"id":"9491e2d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"align":"center","link_to":"custom","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"2835eea","elType":"column","settings":{"_column_size":33,"_inline_size":71.655000000000001136868377216160297393798828125},"elements":[{"id":"fd577ad","elType":"widget","settings":{"el_mega_menu":"cim-tecnologia","align":"center","navbar_typography_typography":"custom","navbar_typography_font_family":"Arial","navbar_typography_font_weight":"normal","navbar_typography_text_transform":"none","navbar_typography_font_style":"normal","navbar_typography_text_decoration":"none","navbar_typography_line_height":{"unit":"px","size":115,"sizes":[]},"megamenu_typography_typography":"custom","megamenu_typography_font_family":"Arial","navbar_bg_color":"#091a46","megamenu_color":"#091a46","megamenu_hover":"#091a46","megamenu_bg_color":"#091a46"},"elements":[],"widgetType":"mega-menu"}],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":139,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p>A Empresa<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false},{"id":"4bcb2f6","elType":"section","settings":[],"elements":[{"id":"16dfb22","elType":"column","settings":{"_column_size":100},"elements":[{"id":"579eb5b","elType":"widget","settings":[],"elements":[],"widgetType":"portfolio"}],"isInner":false}],"isInner":false}]'),
(1197, 192, '_elementor_pro_version', '2.7.3'),
(1198, 192, '_elementor_css', 'a:5:{s:4:"time";i:1574388702;s:5:"fonts";a:1:{i:0;s:5:"Arial";}s:5:"icons";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(1201, 193, '_wp_page_template', 'elementor_header_footer'),
(1202, 193, '_elementor_edit_mode', 'builder'),
(1203, 193, '_elementor_template_type', 'wp-page'),
(1204, 193, '_elementor_version', '2.7.5'),
(1205, 193, '_elementor_data', '[{"id":"01fe2fd","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"30","background_background":"classic","background_color":"#091a46","sticky":"top"},"elements":[{"id":"baf50d5","elType":"column","settings":{"_column_size":33,"_inline_size":9.260999999999999232613845379091799259185791015625},"elements":[],"isInner":false},{"id":"c0e3f21","elType":"column","settings":{"_column_size":33,"_inline_size":19.082999999999998408384271897375583648681640625,"content_position":"center","align":"center"},"elements":[{"id":"9491e2d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"align":"center","link_to":"custom","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"2835eea","elType":"column","settings":{"_column_size":33,"_inline_size":71.655000000000001136868377216160297393798828125},"elements":[{"id":"fd577ad","elType":"widget","settings":{"el_mega_menu":"cim-tecnologia","align":"center","navbar_typography_typography":"custom","navbar_typography_font_family":"Arial","navbar_typography_font_weight":"normal","navbar_typography_text_transform":"none","navbar_typography_font_style":"normal","navbar_typography_text_decoration":"none","navbar_typography_line_height":{"unit":"px","size":115,"sizes":[]},"megamenu_typography_typography":"custom","megamenu_typography_font_family":"Arial","navbar_bg_color":"#091a46","megamenu_color":"#091a46","megamenu_hover":"#091a46","megamenu_bg_color":"#091a46"},"elements":[],"widgetType":"mega-menu"}],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":139,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"48f2f02","elType":"section","settings":[],"elements":[{"id":"3d18022","elType":"column","settings":{"_column_size":100},"elements":[{"id":"b3de838","elType":"widget","settings":{"title":"A Empresa","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false}]');
INSERT INTO `wpu7_postmeta` VALUES
(1206, 193, '_elementor_pro_version', '2.7.3'),
(1207, 193, '_elementor_css', 'a:5:{s:4:"time";i:1574388909;s:5:"fonts";a:1:{i:0;s:5:"Arial";}s:5:"icons";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(1209, 194, '_wp_page_template', 'elementor_header_footer'),
(1210, 194, '_elementor_edit_mode', 'builder'),
(1211, 194, '_elementor_template_type', 'wp-page'),
(1212, 194, '_elementor_version', '2.7.5'),
(1213, 194, '_elementor_data', '[{"id":"01fe2fd","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"30","background_background":"classic","background_color":"#091a46","sticky":"top"},"elements":[{"id":"baf50d5","elType":"column","settings":{"_column_size":33,"_inline_size":9.260999999999999232613845379091799259185791015625},"elements":[],"isInner":false},{"id":"c0e3f21","elType":"column","settings":{"_column_size":33,"_inline_size":19.082999999999998408384271897375583648681640625,"content_position":"center","align":"center"},"elements":[{"id":"9491e2d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"align":"center","link_to":"custom","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"2835eea","elType":"column","settings":{"_column_size":33,"_inline_size":71.655000000000001136868377216160297393798828125},"elements":[{"id":"fd577ad","elType":"widget","settings":{"el_mega_menu":"cim-tecnologia","align":"center","navbar_typography_typography":"custom","navbar_typography_font_family":"Arial","navbar_typography_font_weight":"normal","navbar_typography_text_transform":"none","navbar_typography_font_style":"normal","navbar_typography_text_decoration":"none","navbar_typography_line_height":{"unit":"px","size":115,"sizes":[]},"megamenu_typography_typography":"custom","megamenu_typography_font_family":"Arial","navbar_bg_color":"#091a46","megamenu_color":"#091a46","megamenu_hover":"#091a46","megamenu_bg_color":"#091a46"},"elements":[],"widgetType":"mega-menu"}],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":139,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"48f2f02","elType":"section","settings":[],"elements":[{"id":"3d18022","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"b3de838","elType":"widget","settings":{"title":"A Empresa","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false}]'),
(1214, 194, '_elementor_pro_version', '2.7.3'),
(1217, 195, '_wp_page_template', 'elementor_header_footer'),
(1218, 195, '_elementor_edit_mode', 'builder'),
(1219, 195, '_elementor_template_type', 'wp-page'),
(1220, 195, '_elementor_version', '2.7.5'),
(1221, 195, '_elementor_data', '[{"id":"01fe2fd","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"30","background_background":"classic","background_color":"#091a46","sticky":"top"},"elements":[{"id":"baf50d5","elType":"column","settings":{"_column_size":33,"_inline_size":9.260999999999999232613845379091799259185791015625},"elements":[],"isInner":false},{"id":"c0e3f21","elType":"column","settings":{"_column_size":33,"_inline_size":19.082999999999998408384271897375583648681640625,"content_position":"center","align":"center"},"elements":[{"id":"9491e2d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"align":"center","link_to":"custom","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"2835eea","elType":"column","settings":{"_column_size":33,"_inline_size":71.655000000000001136868377216160297393798828125},"elements":[{"id":"fd577ad","elType":"widget","settings":{"el_mega_menu":"cim-tecnologia","align":"center","navbar_typography_typography":"custom","navbar_typography_font_family":"Arial","navbar_typography_font_weight":"normal","navbar_typography_text_transform":"none","navbar_typography_font_style":"normal","navbar_typography_text_decoration":"none","navbar_typography_line_height":{"unit":"px","size":115,"sizes":[]},"megamenu_typography_typography":"custom","megamenu_typography_font_family":"Arial","navbar_bg_color":"#091a46","megamenu_color":"#091a46","megamenu_hover":"#091a46","megamenu_bg_color":"#091a46"},"elements":[],"widgetType":"mega-menu"}],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":139,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"48f2f02","elType":"section","settings":[],"elements":[{"id":"3d18022","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"b3de838","elType":"widget","settings":{"title":"A Empresa","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false},{"id":"dc94570","elType":"section","settings":[],"elements":[{"id":"6dd573e","elType":"column","settings":{"_column_size":100},"elements":[{"id":"54a6193","elType":"widget","settings":{"anchor":"oqueoferecemos"},"elements":[],"widgetType":"menu-anchor"},{"id":"38d89f1","elType":"widget","settings":{"title":"O que oferecemos","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false}]'),
(1222, 195, '_elementor_pro_version', '2.7.3'),
(1223, 195, '_elementor_css', 'a:5:{s:4:"time";i:1574389108;s:5:"fonts";a:1:{i:0;s:5:"Arial";}s:5:"icons";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(1236, 197, '_wp_page_template', 'elementor_header_footer'),
(1237, 197, '_elementor_edit_mode', 'builder'),
(1238, 197, '_elementor_template_type', 'wp-page'),
(1239, 197, '_elementor_version', '2.7.5'),
(1240, 197, '_elementor_data', '[{"id":"01fe2fd","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"30","background_background":"classic","background_color":"#091a46","sticky":"top"},"elements":[{"id":"baf50d5","elType":"column","settings":{"_column_size":33,"_inline_size":9.260999999999999232613845379091799259185791015625},"elements":[],"isInner":false},{"id":"c0e3f21","elType":"column","settings":{"_column_size":33,"_inline_size":19.082999999999998408384271897375583648681640625,"content_position":"center","align":"center"},"elements":[{"id":"9491e2d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"align":"center","link_to":"custom","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"2835eea","elType":"column","settings":{"_column_size":33,"_inline_size":71.655000000000001136868377216160297393798828125},"elements":[{"id":"fd577ad","elType":"widget","settings":{"el_mega_menu":"cim-tecnologia","align":"center","navbar_typography_typography":"custom","navbar_typography_font_family":"Arial","navbar_typography_font_weight":"normal","navbar_typography_text_transform":"none","navbar_typography_font_style":"normal","navbar_typography_text_decoration":"none","navbar_typography_line_height":{"unit":"px","size":115,"sizes":[]},"megamenu_typography_typography":"custom","megamenu_typography_font_family":"Arial","navbar_bg_color":"#091a46","megamenu_color":"#091a46","megamenu_hover":"#091a46","megamenu_bg_color":"#091a46"},"elements":[],"widgetType":"mega-menu"}],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":139,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"48f2f02","elType":"section","settings":[],"elements":[{"id":"3d18022","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"b3de838","elType":"widget","settings":{"title":"A Empresa","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false},{"id":"39c1c28","elType":"section","settings":[],"elements":[{"id":"3dfee93","elType":"column","settings":{"_column_size":100},"elements":[{"id":"dd3dfdb","elType":"widget","settings":[],"elements":[],"widgetType":"spacer"}],"isInner":false}],"isInner":false},{"id":"dc94570","elType":"section","settings":[],"elements":[{"id":"6dd573e","elType":"column","settings":{"_column_size":100},"elements":[{"id":"54a6193","elType":"widget","settings":{"anchor":"oqueoferecemos"},"elements":[],"widgetType":"menu-anchor"},{"id":"38d89f1","elType":"widget","settings":{"title":"O que oferecemos","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false}]'),
(1225, 196, '_menu_item_type', 'custom'),
(1226, 196, '_menu_item_menu_item_parent', '0'),
(1227, 196, '_menu_item_object_id', '196'),
(1228, 196, '_menu_item_object', 'custom'),
(1229, 196, '_menu_item_target', ''),
(1230, 196, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1231, 196, '_menu_item_xfn', ''),
(1232, 196, '_menu_item_url', '#oqueoferecemos'),
(1234, 196, '_elementor_controls_usage', 'a:0:{}'),
(1241, 197, '_elementor_pro_version', '2.7.3'),
(1242, 197, '_elementor_css', 'a:5:{s:4:"time";i:1574389277;s:5:"fonts";a:1:{i:0;s:5:"Arial";}s:5:"icons";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(1350, 250, '_wp_page_template', 'elementor_header_footer'),
(1351, 250, '_elementor_edit_mode', 'builder'),
(1277, 214, '_wp_page_template', 'elementor_header_footer'),
(1278, 214, '_elementor_edit_mode', 'builder'),
(1245, 198, '_wp_page_template', 'elementor_header_footer'),
(1246, 198, '_elementor_edit_mode', 'builder'),
(1247, 198, '_elementor_template_type', 'wp-page'),
(1248, 198, '_elementor_version', '2.7.5'),
(1249, 198, '_elementor_data', '[{"id":"01fe2fd","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"30","background_background":"classic","background_color":"#091a46","sticky":"top"},"elements":[{"id":"baf50d5","elType":"column","settings":{"_column_size":33,"_inline_size":9.260999999999999232613845379091799259185791015625},"elements":[],"isInner":false},{"id":"c0e3f21","elType":"column","settings":{"_column_size":33,"_inline_size":19.082999999999998408384271897375583648681640625,"content_position":"center","align":"center"},"elements":[{"id":"9491e2d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"align":"center","link_to":"custom","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"2835eea","elType":"column","settings":{"_column_size":33,"_inline_size":71.655000000000001136868377216160297393798828125},"elements":[{"id":"fd577ad","elType":"widget","settings":{"el_mega_menu":"cim-tecnologia","align":"center","navbar_typography_typography":"custom","navbar_typography_font_family":"Arial","navbar_typography_font_weight":"normal","navbar_typography_text_transform":"none","navbar_typography_font_style":"normal","navbar_typography_text_decoration":"none","navbar_typography_line_height":{"unit":"px","size":115,"sizes":[]},"megamenu_typography_typography":"custom","megamenu_typography_font_family":"Arial","navbar_bg_color":"#091a46","megamenu_color":"#091a46","megamenu_hover":"#091a46","megamenu_bg_color":"#091a46"},"elements":[],"widgetType":"mega-menu"}],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":139,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"48f2f02","elType":"section","settings":[],"elements":[{"id":"3d18022","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"b3de838","elType":"widget","settings":{"title":"A Empresa","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false},{"id":"39c1c28","elType":"section","settings":[],"elements":[{"id":"3dfee93","elType":"column","settings":{"_column_size":100},"elements":[{"id":"dd3dfdb","elType":"widget","settings":[],"elements":[],"widgetType":"spacer"}],"isInner":false}],"isInner":false},{"id":"dc94570","elType":"section","settings":[],"elements":[{"id":"6dd573e","elType":"column","settings":{"_column_size":100},"elements":[{"id":"54a6193","elType":"widget","settings":{"anchor":"oqueoferecemos"},"elements":[],"widgetType":"menu-anchor"},{"id":"38d89f1","elType":"widget","settings":{"title":"O que oferecemos","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"bb5d309","elType":"section","settings":[],"elements":[{"id":"d99cf15","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8cc62bd","elType":"widget","settings":{"title_text_a":"This is the heading","description_text_a":"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor","title_text_b":"This is the heading","description_text_b":"Lorem ipsum dolor sit amet consectetur adipiscing elit dolor","button_text":"Click Here"},"elements":[],"widgetType":"flip-box"}],"isInner":false}],"isInner":false}]'),
(1446, 270, '_wp_attached_file', '2019/12/Ico_Backup.png'),
(1250, 198, '_elementor_pro_version', '2.7.3'),
(1251, 198, '_elementor_css', 'a:5:{s:4:"time";i:1574389349;s:5:"fonts";a:1:{i:0;s:5:"Arial";}s:5:"icons";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(1326, 247, '_wp_page_template', 'elementor_header_footer'),
(1327, 247, '_elementor_edit_mode', 'builder'),
(1328, 247, '_elementor_template_type', 'wp-page'),
(1329, 247, '_elementor_version', '2.7.5'),
(1330, 247, '_elementor_data', '[{"id":"01fe2fd","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"30","background_background":"classic","background_color":"#091a46","sticky":"top"},"elements":[{"id":"baf50d5","elType":"column","settings":{"_column_size":33,"_inline_size":9.260999999999999232613845379091799259185791015625},"elements":[],"isInner":false},{"id":"c0e3f21","elType":"column","settings":{"_column_size":33,"_inline_size":19.082999999999998408384271897375583648681640625,"content_position":"center","align":"center"},"elements":[{"id":"9491e2d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"align":"center","link_to":"custom","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"2835eea","elType":"column","settings":{"_column_size":33,"_inline_size":71.655000000000001136868377216160297393798828125},"elements":[{"id":"fd577ad","elType":"widget","settings":{"el_mega_menu":"cim-tecnologia","align":"center","navbar_typography_typography":"custom","navbar_typography_font_family":"Arial","navbar_typography_font_weight":"normal","navbar_typography_text_transform":"none","navbar_typography_font_style":"normal","navbar_typography_text_decoration":"none","navbar_typography_line_height":{"unit":"px","size":115,"sizes":[]},"megamenu_typography_typography":"custom","megamenu_typography_font_family":"Arial","navbar_bg_color":"#091a46","megamenu_color":"#091a46","megamenu_hover":"#091a46","megamenu_bg_color":"#091a46"},"elements":[],"widgetType":"mega-menu"}],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":246,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"48f2f02","elType":"section","settings":[],"elements":[{"id":"3d18022","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"b3de838","elType":"widget","settings":{"title":"A Empresa","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false},{"id":"39c1c28","elType":"section","settings":[],"elements":[{"id":"3dfee93","elType":"column","settings":{"_column_size":100},"elements":[{"id":"dd3dfdb","elType":"widget","settings":[],"elements":[],"widgetType":"spacer"}],"isInner":false}],"isInner":false},{"id":"dc94570","elType":"section","settings":[],"elements":[{"id":"6dd573e","elType":"column","settings":{"_column_size":100},"elements":[{"id":"54a6193","elType":"widget","settings":{"anchor":"oqueoferecemos"},"elements":[],"widgetType":"menu-anchor"},{"id":"38d89f1","elType":"widget","settings":{"title":"O que oferecemos","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"ded8a7a","elType":"section","settings":[],"elements":[{"id":"c08d552","elType":"column","settings":{"_column_size":100},"elements":[{"id":"3ef896f","elType":"widget","settings":{"galleries":[{"gallery_title":"New Gallery","_id":"3f2058c","multiple_gallery":[]}],"show_all_galleries_label":"All"},"elements":[],"widgetType":"gallery"}],"isInner":false}],"isInner":false}]'),
(1445, 269, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:500;s:6:"height";i:500;s:4:"file";s:26:"2019/12/Ico_Assitencia.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:26:"Ico_Assitencia-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:26:"Ico_Assitencia-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1282, 214, '_elementor_pro_version', '2.7.3'),
(1444, 269, '_wp_attached_file', '2019/12/Ico_Assitencia.png'),
(1442, 268, '_wp_attached_file', '2019/12/Ico_Antivirus.png'),
(1443, 268, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:500;s:6:"height";i:500;s:4:"file";s:25:"2019/12/Ico_Antivirus.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:25:"Ico_Antivirus-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:25:"Ico_Antivirus-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1447, 270, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:500;s:6:"height";i:500;s:4:"file";s:22:"2019/12/Ico_Backup.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:22:"Ico_Backup-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:22:"Ico_Backup-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1448, 271, '_wp_attached_file', '2019/12/Ico_Cameras.png'),
(1449, 271, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:500;s:6:"height";i:500;s:4:"file";s:23:"2019/12/Ico_Cameras.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:23:"Ico_Cameras-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:23:"Ico_Cameras-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1279, 214, '_elementor_template_type', 'wp-page'),
(1280, 214, '_elementor_version', '2.7.5'),
(1281, 214, '_elementor_data', '[{"id":"01fe2fd","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"30","background_background":"classic","background_color":"#091a46","sticky":"top"},"elements":[{"id":"baf50d5","elType":"column","settings":{"_column_size":33,"_inline_size":9.260999999999999232613845379091799259185791015625},"elements":[],"isInner":false},{"id":"c0e3f21","elType":"column","settings":{"_column_size":33,"_inline_size":19.082999999999998408384271897375583648681640625,"content_position":"center","align":"center"},"elements":[{"id":"9491e2d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"align":"center","link_to":"custom","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"2835eea","elType":"column","settings":{"_column_size":33,"_inline_size":71.655000000000001136868377216160297393798828125},"elements":[{"id":"fd577ad","elType":"widget","settings":{"el_mega_menu":"cim-tecnologia","align":"center","navbar_typography_typography":"custom","navbar_typography_font_family":"Arial","navbar_typography_font_weight":"normal","navbar_typography_text_transform":"none","navbar_typography_font_style":"normal","navbar_typography_text_decoration":"none","navbar_typography_line_height":{"unit":"px","size":115,"sizes":[]},"megamenu_typography_typography":"custom","megamenu_typography_font_family":"Arial","navbar_bg_color":"#091a46","megamenu_color":"#091a46","megamenu_hover":"#091a46","megamenu_bg_color":"#091a46"},"elements":[],"widgetType":"mega-menu"}],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":139,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"48f2f02","elType":"section","settings":[],"elements":[{"id":"3d18022","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"b3de838","elType":"widget","settings":{"title":"A Empresa","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false},{"id":"39c1c28","elType":"section","settings":[],"elements":[{"id":"3dfee93","elType":"column","settings":{"_column_size":100},"elements":[{"id":"dd3dfdb","elType":"widget","settings":[],"elements":[],"widgetType":"spacer"}],"isInner":false}],"isInner":false},{"id":"dc94570","elType":"section","settings":[],"elements":[{"id":"6dd573e","elType":"column","settings":{"_column_size":100},"elements":[{"id":"54a6193","elType":"widget","settings":{"anchor":"oqueoferecemos"},"elements":[],"widgetType":"menu-anchor"},{"id":"38d89f1","elType":"widget","settings":{"title":"O que oferecemos","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"ded8a7a","elType":"section","settings":[],"elements":[{"id":"c08d552","elType":"column","settings":{"_column_size":100},"elements":[{"id":"3ef896f","elType":"widget","settings":{"galleries":[{"gallery_title":"New Gallery","_id":"3f2058c","multiple_gallery":[]}],"show_all_galleries_label":"All"},"elements":[],"widgetType":"gallery"}],"isInner":false}],"isInner":false}]'),
(1458, 276, '_wp_attached_file', '2019/12/Ico_Ponto.png'),
(1459, 276, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:500;s:6:"height";i:500;s:4:"file";s:21:"2019/12/Ico_Ponto.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:21:"Ico_Ponto-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:21:"Ico_Ponto-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1460, 277, '_wp_attached_file', '2019/12/Ico_Suporte.png'),
(1461, 277, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:500;s:6:"height";i:500;s:4:"file";s:23:"2019/12/Ico_Suporte.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:23:"Ico_Suporte-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:23:"Ico_Suporte-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1462, 278, '_wp_attached_file', '2019/12/Ico_Wifi.png'),
(1463, 278, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:500;s:6:"height";i:500;s:4:"file";s:20:"2019/12/Ico_Wifi.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:20:"Ico_Wifi-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:20:"Ico_Wifi-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1454, 274, '_wp_attached_file', '2019/12/Ico_Gerenciamento_Rede.png'),
(1455, 274, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:500;s:6:"height";i:500;s:4:"file";s:34:"2019/12/Ico_Gerenciamento_Rede.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:34:"Ico_Gerenciamento_Rede-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:34:"Ico_Gerenciamento_Rede-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1456, 275, '_wp_attached_file', '2019/12/Ico_Icomercio.png'),
(1457, 275, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:500;s:6:"height";i:500;s:4:"file";s:25:"2019/12/Ico_Icomercio.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:25:"Ico_Icomercio-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:25:"Ico_Icomercio-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1452, 273, '_wp_attached_file', '2019/12/Ico_Firewall.png'),
(1453, 273, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:500;s:6:"height";i:500;s:4:"file";s:24:"2019/12/Ico_Firewall.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:24:"Ico_Firewall-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:24:"Ico_Firewall-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1450, 272, '_wp_attached_file', '2019/12/Ico_E-mail.png'),
(1451, 272, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:500;s:6:"height";i:500;s:4:"file";s:22:"2019/12/Ico_E-mail.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:22:"Ico_E-mail-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:22:"Ico_E-mail-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}');
INSERT INTO `wpu7_postmeta` VALUES
(1331, 247, '_elementor_pro_version', '2.7.3'),
(1332, 247, '_elementor_css', 'a:5:{s:4:"time";i:1574395329;s:5:"fonts";a:1:{i:0;s:5:"Arial";}s:5:"icons";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(1335, 248, '_wp_page_template', 'elementor_header_footer'),
(1336, 248, '_elementor_edit_mode', 'builder'),
(1337, 248, '_elementor_template_type', 'wp-page'),
(1338, 248, '_elementor_version', '2.7.5'),
(1339, 248, '_elementor_data', '[{"id":"01fe2fd","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"30","background_background":"classic","background_color":"#091a46","sticky":"top"},"elements":[{"id":"baf50d5","elType":"column","settings":{"_column_size":33,"_inline_size":9.260999999999999232613845379091799259185791015625},"elements":[],"isInner":false},{"id":"c0e3f21","elType":"column","settings":{"_column_size":33,"_inline_size":19.082999999999998408384271897375583648681640625,"content_position":"center","align":"center"},"elements":[{"id":"9491e2d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"align":"center","link_to":"custom","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"2835eea","elType":"column","settings":{"_column_size":33,"_inline_size":71.655000000000001136868377216160297393798828125},"elements":[{"id":"fd577ad","elType":"widget","settings":{"el_mega_menu":"cim-tecnologia","align":"center","navbar_typography_typography":"custom","navbar_typography_font_family":"Arial","navbar_typography_font_weight":"normal","navbar_typography_text_transform":"none","navbar_typography_font_style":"normal","navbar_typography_text_decoration":"none","navbar_typography_line_height":{"unit":"px","size":115,"sizes":[]},"megamenu_typography_typography":"custom","megamenu_typography_font_family":"Arial","navbar_bg_color":"#091a46","megamenu_color":"#091a46","megamenu_hover":"#091a46","megamenu_bg_color":"#091a46"},"elements":[],"widgetType":"mega-menu"}],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":246,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"48f2f02","elType":"section","settings":[],"elements":[{"id":"3d18022","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"b3de838","elType":"widget","settings":{"title":"A Empresa","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false},{"id":"39c1c28","elType":"section","settings":[],"elements":[{"id":"3dfee93","elType":"column","settings":{"_column_size":100},"elements":[{"id":"dd3dfdb","elType":"widget","settings":[],"elements":[],"widgetType":"spacer"}],"isInner":false}],"isInner":false},{"id":"dc94570","elType":"section","settings":[],"elements":[{"id":"6dd573e","elType":"column","settings":{"_column_size":100},"elements":[{"id":"54a6193","elType":"widget","settings":{"anchor":"oqueoferecemos"},"elements":[],"widgetType":"menu-anchor"},{"id":"38d89f1","elType":"widget","settings":{"title":"O que oferecemos","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"ded8a7a","elType":"section","settings":[],"elements":[{"id":"c08d552","elType":"column","settings":{"_column_size":100},"elements":[{"id":"3ef896f","elType":"widget","settings":{"galleries":[{"gallery_title":"New Gallery","_id":"3f2058c","multiple_gallery":[]}],"show_all_galleries_label":"All"},"elements":[],"widgetType":"gallery"}],"isInner":false}],"isInner":false}]'),
(1340, 248, '_elementor_pro_version', '2.7.3'),
(1341, 248, '_elementor_css', 'a:5:{s:4:"time";i:1575416191;s:5:"fonts";a:1:{i:0;s:5:"Arial";}s:5:"icons";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(1378, 253, '_edit_lock', '1575417686:1'),
(1379, 253, '_elementor_controls_usage', 'a:0:{}'),
(1360, 251, '_elementor_edit_mode', 'builder'),
(1361, 251, '_elementor_template_type', 'wp-post'),
(1362, 251, '_elementor_version', '2.7.5'),
(1363, 251, '_elementor_pro_version', '2.7.3'),
(1364, 251, '_wp_page_template', 'default'),
(1365, 251, '_elementor_data', '[]'),
(1366, 251, '_elementor_controls_usage', 'a:0:{}'),
(1367, 251, '_elementor_css', 'a:6:{s:4:"time";i:1574388518;s:5:"fonts";a:0:{}s:5:"icons";a:0:{}s:6:"status";s:5:"empty";i:0;s:0:"";s:3:"css";s:0:"";}'),
(1370, 252, '_elementor_edit_mode', 'builder'),
(1371, 252, '_elementor_template_type', 'wp-post'),
(1372, 252, '_elementor_version', '2.7.5'),
(1373, 252, '_elementor_pro_version', '2.7.3'),
(1374, 252, '_wp_page_template', 'default'),
(1375, 252, '_elementor_data', '[]'),
(1376, 252, '_elementor_controls_usage', 'a:0:{}'),
(1377, 252, '_elementor_css', 'a:6:{s:4:"time";i:1574388518;s:5:"fonts";a:0:{}s:5:"icons";a:0:{}s:6:"status";s:5:"empty";i:0;s:0:"";s:3:"css";s:0:"";}'),
(1382, 255, '_edit_lock', '1575417773:1'),
(1383, 255, '_elementor_controls_usage', 'a:0:{}'),
(1386, 257, '_wp_page_template', 'elementor_header_footer'),
(1387, 257, '_elementor_edit_mode', 'builder'),
(1355, 250, '_elementor_pro_version', '2.7.3'),
(1388, 257, '_elementor_template_type', 'wp-page'),
(1389, 257, '_elementor_version', '2.7.5'),
(1390, 257, '_elementor_data', '[{"id":"01fe2fd","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"30","background_background":"classic","background_color":"#091a46","sticky":"top"},"elements":[{"id":"baf50d5","elType":"column","settings":{"_column_size":33,"_inline_size":9.260999999999999232613845379091799259185791015625},"elements":[],"isInner":false},{"id":"c0e3f21","elType":"column","settings":{"_column_size":33,"_inline_size":19.082999999999998408384271897375583648681640625,"content_position":"center","align":"center"},"elements":[{"id":"9491e2d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"align":"center","link_to":"custom","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"2835eea","elType":"column","settings":{"_column_size":33,"_inline_size":71.655000000000001136868377216160297393798828125},"elements":[{"id":"fd577ad","elType":"widget","settings":{"el_mega_menu":"cim-tecnologia","align":"center","navbar_typography_typography":"custom","navbar_typography_font_family":"Arial","navbar_typography_font_weight":"normal","navbar_typography_text_transform":"none","navbar_typography_font_style":"normal","navbar_typography_text_decoration":"none","navbar_typography_line_height":{"unit":"px","size":115,"sizes":[]},"megamenu_typography_typography":"custom","megamenu_typography_font_family":"Arial","navbar_bg_color":"#091a46","megamenu_color":"#091a46","megamenu_hover":"#091a46","megamenu_bg_color":"#091a46"},"elements":[],"widgetType":"mega-menu"}],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":246,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"48f2f02","elType":"section","settings":[],"elements":[{"id":"3d18022","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"b3de838","elType":"widget","settings":{"title":"A Empresa","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false},{"id":"39c1c28","elType":"section","settings":[],"elements":[{"id":"3dfee93","elType":"column","settings":{"_column_size":100},"elements":[{"id":"dd3dfdb","elType":"widget","settings":[],"elements":[],"widgetType":"spacer"}],"isInner":false}],"isInner":false},{"id":"dc94570","elType":"section","settings":[],"elements":[{"id":"6dd573e","elType":"column","settings":{"_column_size":100},"elements":[{"id":"54a6193","elType":"widget","settings":{"anchor":"oqueoferecemos"},"elements":[],"widgetType":"menu-anchor"},{"id":"38d89f1","elType":"widget","settings":{"title":"O que oferecemos","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"d7ca931","elType":"section","settings":[],"elements":[{"id":"353f254","elType":"column","settings":{"_column_size":100},"elements":[{"id":"84db7bc","elType":"widget","settings":{"columns":"4"},"elements":[],"widgetType":"portfolio"}],"isInner":false}],"isInner":false}]'),
(1352, 250, '_elementor_template_type', 'wp-page'),
(1353, 250, '_elementor_version', '2.7.5'),
(1354, 250, '_elementor_data', '[{"id":"01fe2fd","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"30","background_background":"classic","background_color":"#091a46","sticky":"top"},"elements":[{"id":"baf50d5","elType":"column","settings":{"_column_size":33,"_inline_size":9.260999999999999232613845379091799259185791015625},"elements":[],"isInner":false},{"id":"c0e3f21","elType":"column","settings":{"_column_size":33,"_inline_size":19.082999999999998408384271897375583648681640625,"content_position":"center","align":"center"},"elements":[{"id":"9491e2d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"align":"center","link_to":"custom","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"2835eea","elType":"column","settings":{"_column_size":33,"_inline_size":71.655000000000001136868377216160297393798828125},"elements":[{"id":"fd577ad","elType":"widget","settings":{"el_mega_menu":"cim-tecnologia","align":"center","navbar_typography_typography":"custom","navbar_typography_font_family":"Arial","navbar_typography_font_weight":"normal","navbar_typography_text_transform":"none","navbar_typography_font_style":"normal","navbar_typography_text_decoration":"none","navbar_typography_line_height":{"unit":"px","size":115,"sizes":[]},"megamenu_typography_typography":"custom","megamenu_typography_font_family":"Arial","navbar_bg_color":"#091a46","megamenu_color":"#091a46","megamenu_hover":"#091a46","megamenu_bg_color":"#091a46"},"elements":[],"widgetType":"mega-menu"}],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":246,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"48f2f02","elType":"section","settings":[],"elements":[{"id":"3d18022","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"b3de838","elType":"widget","settings":{"title":"A Empresa","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false},{"id":"39c1c28","elType":"section","settings":[],"elements":[{"id":"3dfee93","elType":"column","settings":{"_column_size":100},"elements":[{"id":"dd3dfdb","elType":"widget","settings":[],"elements":[],"widgetType":"spacer"}],"isInner":false}],"isInner":false},{"id":"dc94570","elType":"section","settings":[],"elements":[{"id":"6dd573e","elType":"column","settings":{"_column_size":100},"elements":[{"id":"54a6193","elType":"widget","settings":{"anchor":"oqueoferecemos"},"elements":[],"widgetType":"menu-anchor"},{"id":"38d89f1","elType":"widget","settings":{"title":"O que oferecemos","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"d7ca931","elType":"section","settings":[],"elements":[{"id":"353f254","elType":"column","settings":{"_column_size":100},"elements":[{"id":"84db7bc","elType":"widget","settings":[],"elements":[],"widgetType":"portfolio"}],"isInner":false}],"isInner":false}]'),
(1391, 257, '_elementor_pro_version', '2.7.3'),
(1392, 257, '_elementor_css', 'a:5:{s:4:"time";i:1575416854;s:5:"fonts";a:1:{i:0;s:5:"Arial";}s:5:"icons";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(1414, 262, '_wp_page_template', 'elementor_header_footer'),
(1415, 262, '_elementor_edit_mode', 'builder'),
(1416, 262, '_elementor_template_type', 'wp-page'),
(1417, 262, '_elementor_version', '2.7.5'),
(1418, 262, '_elementor_data', '[{"id":"01fe2fd","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"30","background_background":"classic","background_color":"#091a46","sticky":"top"},"elements":[{"id":"baf50d5","elType":"column","settings":{"_column_size":33,"_inline_size":9.260999999999999232613845379091799259185791015625},"elements":[],"isInner":false},{"id":"c0e3f21","elType":"column","settings":{"_column_size":33,"_inline_size":19.082999999999998408384271897375583648681640625,"content_position":"center","align":"center"},"elements":[{"id":"9491e2d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"align":"center","link_to":"custom","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"2835eea","elType":"column","settings":{"_column_size":33,"_inline_size":71.655000000000001136868377216160297393798828125},"elements":[{"id":"fd577ad","elType":"widget","settings":{"el_mega_menu":"cim-tecnologia","align":"center","navbar_typography_typography":"custom","navbar_typography_font_family":"Arial","navbar_typography_font_weight":"normal","navbar_typography_text_transform":"none","navbar_typography_font_style":"normal","navbar_typography_text_decoration":"none","navbar_typography_line_height":{"unit":"px","size":115,"sizes":[]},"megamenu_typography_typography":"custom","megamenu_typography_font_family":"Arial","navbar_bg_color":"#091a46","megamenu_color":"#091a46","megamenu_hover":"#091a46","megamenu_bg_color":"#091a46"},"elements":[],"widgetType":"mega-menu"}],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":246,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"48f2f02","elType":"section","settings":[],"elements":[{"id":"3d18022","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"b3de838","elType":"widget","settings":{"title":"A Empresa","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false},{"id":"39c1c28","elType":"section","settings":[],"elements":[{"id":"3dfee93","elType":"column","settings":{"_column_size":100},"elements":[{"id":"dd3dfdb","elType":"widget","settings":[],"elements":[],"widgetType":"spacer"}],"isInner":false}],"isInner":false},{"id":"dc94570","elType":"section","settings":[],"elements":[{"id":"6dd573e","elType":"column","settings":{"_column_size":100},"elements":[{"id":"54a6193","elType":"widget","settings":{"anchor":"oqueoferecemos"},"elements":[],"widgetType":"menu-anchor"},{"id":"38d89f1","elType":"widget","settings":{"title":"O que oferecemos","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"d7ca931","elType":"section","settings":[],"elements":[{"id":"353f254","elType":"column","settings":{"_column_size":100},"elements":[{"id":"84db7bc","elType":"widget","settings":{"columns":"4","posts_orderby":"menu_order","column_gap":{"unit":"px","size":0,"sizes":[]},"row_gap":{"unit":"px","size":0,"sizes":[]},"color_background":"#091a46","color_title":"#ffffff","typography_title_typography":"custom","typography_title_font_family":"Arial"},"elements":[],"widgetType":"portfolio"}],"isInner":false}],"isInner":false}]'),
(1394, 258, '_edit_lock', '1575418875:1'),
(1395, 258, '_elementor_controls_usage', 'a:0:{}'),
(1412, 261, '_elementor_pro_version', '2.7.3'),
(1408, 261, '_elementor_edit_mode', 'builder'),
(1409, 261, '_elementor_template_type', 'wp-page'),
(1410, 261, '_elementor_version', '2.7.5'),
(1411, 261, '_elementor_data', '[{"id":"01fe2fd","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"30","background_background":"classic","background_color":"#091a46","sticky":"top"},"elements":[{"id":"baf50d5","elType":"column","settings":{"_column_size":33,"_inline_size":9.260999999999999232613845379091799259185791015625},"elements":[],"isInner":false},{"id":"c0e3f21","elType":"column","settings":{"_column_size":33,"_inline_size":19.082999999999998408384271897375583648681640625,"content_position":"center","align":"center"},"elements":[{"id":"9491e2d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"align":"center","link_to":"custom","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"2835eea","elType":"column","settings":{"_column_size":33,"_inline_size":71.655000000000001136868377216160297393798828125},"elements":[{"id":"fd577ad","elType":"widget","settings":{"el_mega_menu":"cim-tecnologia","align":"center","navbar_typography_typography":"custom","navbar_typography_font_family":"Arial","navbar_typography_font_weight":"normal","navbar_typography_text_transform":"none","navbar_typography_font_style":"normal","navbar_typography_text_decoration":"none","navbar_typography_line_height":{"unit":"px","size":115,"sizes":[]},"megamenu_typography_typography":"custom","megamenu_typography_font_family":"Arial","navbar_bg_color":"#091a46","megamenu_color":"#091a46","megamenu_hover":"#091a46","megamenu_bg_color":"#091a46"},"elements":[],"widgetType":"mega-menu"}],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":246,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"48f2f02","elType":"section","settings":[],"elements":[{"id":"3d18022","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"b3de838","elType":"widget","settings":{"title":"A Empresa","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false},{"id":"39c1c28","elType":"section","settings":[],"elements":[{"id":"3dfee93","elType":"column","settings":{"_column_size":100},"elements":[{"id":"dd3dfdb","elType":"widget","settings":[],"elements":[],"widgetType":"spacer"}],"isInner":false}],"isInner":false},{"id":"dc94570","elType":"section","settings":[],"elements":[{"id":"6dd573e","elType":"column","settings":{"_column_size":100},"elements":[{"id":"54a6193","elType":"widget","settings":{"anchor":"oqueoferecemos"},"elements":[],"widgetType":"menu-anchor"},{"id":"38d89f1","elType":"widget","settings":{"title":"O que oferecemos","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"d7ca931","elType":"section","settings":[],"elements":[{"id":"353f254","elType":"column","settings":{"_column_size":100},"elements":[{"id":"84db7bc","elType":"widget","settings":{"columns":"4","posts_orderby":"menu_order"},"elements":[],"widgetType":"portfolio"}],"isInner":false}],"isInner":false}]'),
(1407, 261, '_wp_page_template', 'elementor_header_footer'),
(1419, 262, '_elementor_pro_version', '2.7.3'),
(1421, 263, '_wp_page_template', 'elementor_header_footer'),
(1422, 263, '_elementor_edit_mode', 'builder'),
(1423, 263, '_elementor_template_type', 'wp-page'),
(1424, 263, '_elementor_version', '2.7.5'),
(1425, 263, '_elementor_data', '[{"id":"01fe2fd","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"30","background_background":"classic","background_color":"#091a46","sticky":"top"},"elements":[{"id":"baf50d5","elType":"column","settings":{"_column_size":33,"_inline_size":9.260999999999999232613845379091799259185791015625},"elements":[],"isInner":false},{"id":"c0e3f21","elType":"column","settings":{"_column_size":33,"_inline_size":19.082999999999998408384271897375583648681640625,"content_position":"center","align":"center"},"elements":[{"id":"9491e2d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"align":"center","link_to":"custom","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"2835eea","elType":"column","settings":{"_column_size":33,"_inline_size":71.655000000000001136868377216160297393798828125},"elements":[{"id":"fd577ad","elType":"widget","settings":{"el_mega_menu":"cim-tecnologia","align":"center","navbar_typography_typography":"custom","navbar_typography_font_family":"Arial","navbar_typography_font_weight":"normal","navbar_typography_text_transform":"none","navbar_typography_font_style":"normal","navbar_typography_text_decoration":"none","navbar_typography_line_height":{"unit":"px","size":115,"sizes":[]},"megamenu_typography_typography":"custom","megamenu_typography_font_family":"Arial","navbar_bg_color":"#091a46","megamenu_color":"#091a46","megamenu_hover":"#091a46","megamenu_bg_color":"#091a46"},"elements":[],"widgetType":"mega-menu"}],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":246,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"48f2f02","elType":"section","settings":[],"elements":[{"id":"3d18022","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"b3de838","elType":"widget","settings":{"title":"A Empresa","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false},{"id":"39c1c28","elType":"section","settings":[],"elements":[{"id":"3dfee93","elType":"column","settings":{"_column_size":100},"elements":[{"id":"dd3dfdb","elType":"widget","settings":[],"elements":[],"widgetType":"spacer"}],"isInner":false}],"isInner":false},{"id":"dc94570","elType":"section","settings":[],"elements":[{"id":"6dd573e","elType":"column","settings":{"_column_size":100},"elements":[{"id":"54a6193","elType":"widget","settings":{"anchor":"oqueoferecemos"},"elements":[],"widgetType":"menu-anchor"},{"id":"38d89f1","elType":"widget","settings":{"title":"O que oferecemos","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"d7ca931","elType":"section","settings":[],"elements":[{"id":"353f254","elType":"column","settings":{"_column_size":100},"elements":[{"id":"84db7bc","elType":"widget","settings":{"columns":"4","posts_orderby":"menu_order","taxonomy":"post_tag","column_gap":{"unit":"px","size":0,"sizes":[]},"row_gap":{"unit":"px","size":0,"sizes":[]},"color_background":"#091a46","color_title":"#ffffff","typography_title_typography":"custom","typography_title_font_family":"Arial"},"elements":[],"widgetType":"portfolio"}],"isInner":false}],"isInner":false}]'),
(1426, 263, '_elementor_pro_version', '2.7.3'),
(1487, 282, '_wp_page_template', 'elementor_header_footer'),
(1488, 282, '_elementor_edit_mode', 'builder'),
(1489, 282, '_elementor_template_type', 'wp-page'),
(1490, 282, '_elementor_version', '2.7.5'),
(1491, 282, '_elementor_data', '[{"id":"01fe2fd","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"30","background_background":"classic","background_color":"#091a46","sticky":"top"},"elements":[{"id":"baf50d5","elType":"column","settings":{"_column_size":33,"_inline_size":9.260999999999999232613845379091799259185791015625},"elements":[],"isInner":false},{"id":"c0e3f21","elType":"column","settings":{"_column_size":33,"_inline_size":19.082999999999998408384271897375583648681640625,"content_position":"center","align":"center"},"elements":[{"id":"9491e2d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"align":"center","link_to":"custom","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"2835eea","elType":"column","settings":{"_column_size":33,"_inline_size":71.655000000000001136868377216160297393798828125},"elements":[{"id":"fd577ad","elType":"widget","settings":{"el_mega_menu":"cim-tecnologia","align":"center","navbar_typography_typography":"custom","navbar_typography_font_family":"Arial","navbar_typography_font_weight":"normal","navbar_typography_text_transform":"none","navbar_typography_font_style":"normal","navbar_typography_text_decoration":"none","navbar_typography_line_height":{"unit":"px","size":115,"sizes":[]},"megamenu_typography_typography":"custom","megamenu_typography_font_family":"Arial","navbar_bg_color":"#091a46","megamenu_color":"#091a46","megamenu_hover":"#091a46","megamenu_bg_color":"#091a46"},"elements":[],"widgetType":"mega-menu"}],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":246,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"48f2f02","elType":"section","settings":[],"elements":[{"id":"3d18022","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"b3de838","elType":"widget","settings":{"title":"A Empresa","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false},{"id":"39c1c28","elType":"section","settings":[],"elements":[{"id":"3dfee93","elType":"column","settings":{"_column_size":100},"elements":[{"id":"dd3dfdb","elType":"widget","settings":[],"elements":[],"widgetType":"spacer"}],"isInner":false}],"isInner":false},{"id":"dc94570","elType":"section","settings":[],"elements":[{"id":"6dd573e","elType":"column","settings":{"_column_size":100},"elements":[{"id":"54a6193","elType":"widget","settings":{"anchor":"oqueoferecemos"},"elements":[],"widgetType":"menu-anchor"},{"id":"38d89f1","elType":"widget","settings":{"title":"O que oferecemos","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"7a0d95d","elType":"section","settings":[],"elements":[{"id":"c8349f4","elType":"column","settings":{"_column_size":100},"elements":[{"id":"3bf2ad4","elType":"widget","settings":{"gallery":[{"id":275,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Icomercio.png"},{"id":270,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Backup.png"},{"id":272,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_E-mail.png"},{"id":274,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Gerenciamento_Rede.png"},{"id":276,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Ponto.png"},{"id":278,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Wifi.png"},{"id":271,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Cameras.png"},{"id":268,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Antivirus.png"},{"id":269,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Assitencia.png"},{"id":273,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Firewall.png"},{"id":277,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Suporte.png"}],"galleries":[{"gallery_title":"New Gallery","_id":"9bdc8e8","multiple_gallery":[]}],"gallery_layout":"justified","ideal_row_height":{"unit":"px","size":150,"sizes":[]},"gap":{"unit":"px","size":50,"sizes":[]},"thumbnail_image_size":"thumbnail","thumbnail_image_custom_dimension":{"width":"50","height":"50"},"show_all_galleries_label":"All","overlay_title":"caption"},"elements":[],"widgetType":"gallery"}],"isInner":false}],"isInner":false}]');
INSERT INTO `wpu7_postmeta` VALUES
(1469, 279, '_elementor_pro_version', '2.7.3'),
(1480, 281, '_wp_page_template', 'elementor_header_footer'),
(1481, 281, '_elementor_edit_mode', 'builder'),
(1482, 281, '_elementor_template_type', 'wp-page'),
(1483, 281, '_elementor_version', '2.7.5'),
(1484, 281, '_elementor_data', '[{"id":"01fe2fd","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"30","background_background":"classic","background_color":"#091a46","sticky":"top"},"elements":[{"id":"baf50d5","elType":"column","settings":{"_column_size":33,"_inline_size":9.260999999999999232613845379091799259185791015625},"elements":[],"isInner":false},{"id":"c0e3f21","elType":"column","settings":{"_column_size":33,"_inline_size":19.082999999999998408384271897375583648681640625,"content_position":"center","align":"center"},"elements":[{"id":"9491e2d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"align":"center","link_to":"custom","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"2835eea","elType":"column","settings":{"_column_size":33,"_inline_size":71.655000000000001136868377216160297393798828125},"elements":[{"id":"fd577ad","elType":"widget","settings":{"el_mega_menu":"cim-tecnologia","align":"center","navbar_typography_typography":"custom","navbar_typography_font_family":"Arial","navbar_typography_font_weight":"normal","navbar_typography_text_transform":"none","navbar_typography_font_style":"normal","navbar_typography_text_decoration":"none","navbar_typography_line_height":{"unit":"px","size":115,"sizes":[]},"megamenu_typography_typography":"custom","megamenu_typography_font_family":"Arial","navbar_bg_color":"#091a46","megamenu_color":"#091a46","megamenu_hover":"#091a46","megamenu_bg_color":"#091a46"},"elements":[],"widgetType":"mega-menu"}],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":246,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"48f2f02","elType":"section","settings":[],"elements":[{"id":"3d18022","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"b3de838","elType":"widget","settings":{"title":"A Empresa","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false},{"id":"39c1c28","elType":"section","settings":[],"elements":[{"id":"3dfee93","elType":"column","settings":{"_column_size":100},"elements":[{"id":"dd3dfdb","elType":"widget","settings":[],"elements":[],"widgetType":"spacer"}],"isInner":false}],"isInner":false},{"id":"dc94570","elType":"section","settings":[],"elements":[{"id":"6dd573e","elType":"column","settings":{"_column_size":100},"elements":[{"id":"54a6193","elType":"widget","settings":{"anchor":"oqueoferecemos"},"elements":[],"widgetType":"menu-anchor"},{"id":"38d89f1","elType":"widget","settings":{"title":"O que oferecemos","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"7a0d95d","elType":"section","settings":[],"elements":[{"id":"c8349f4","elType":"column","settings":{"_column_size":100},"elements":[{"id":"3bf2ad4","elType":"widget","settings":{"gallery":[{"id":275,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Icomercio.png"},{"id":270,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Backup.png"},{"id":272,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_E-mail.png"},{"id":274,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Gerenciamento_Rede.png"},{"id":276,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Ponto.png"},{"id":278,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Wifi.png"},{"id":271,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Cameras.png"},{"id":268,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Antivirus.png"},{"id":269,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Assitencia.png"},{"id":273,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Firewall.png"},{"id":277,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Suporte.png"}],"galleries":[{"gallery_title":"New Gallery","_id":"9bdc8e8","multiple_gallery":[]}],"gallery_layout":"masonry","ideal_row_height":{"unit":"px","size":150,"sizes":[]},"gap":{"unit":"px","size":150,"sizes":[]},"thumbnail_image_size":"full","thumbnail_image_custom_dimension":{"width":"50","height":"50"},"show_all_galleries_label":"All","overlay_background":""},"elements":[],"widgetType":"gallery"}],"isInner":false}],"isInner":false}]'),
(1464, 279, '_wp_page_template', 'elementor_header_footer'),
(1465, 279, '_elementor_edit_mode', 'builder'),
(1466, 279, '_elementor_template_type', 'wp-page'),
(1467, 279, '_elementor_version', '2.7.5'),
(1468, 279, '_elementor_data', '[{"id":"01fe2fd","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"30","background_background":"classic","background_color":"#091a46","sticky":"top"},"elements":[{"id":"baf50d5","elType":"column","settings":{"_column_size":33,"_inline_size":9.260999999999999232613845379091799259185791015625},"elements":[],"isInner":false},{"id":"c0e3f21","elType":"column","settings":{"_column_size":33,"_inline_size":19.082999999999998408384271897375583648681640625,"content_position":"center","align":"center"},"elements":[{"id":"9491e2d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"align":"center","link_to":"custom","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"2835eea","elType":"column","settings":{"_column_size":33,"_inline_size":71.655000000000001136868377216160297393798828125},"elements":[{"id":"fd577ad","elType":"widget","settings":{"el_mega_menu":"cim-tecnologia","align":"center","navbar_typography_typography":"custom","navbar_typography_font_family":"Arial","navbar_typography_font_weight":"normal","navbar_typography_text_transform":"none","navbar_typography_font_style":"normal","navbar_typography_text_decoration":"none","navbar_typography_line_height":{"unit":"px","size":115,"sizes":[]},"megamenu_typography_typography":"custom","megamenu_typography_font_family":"Arial","navbar_bg_color":"#091a46","megamenu_color":"#091a46","megamenu_hover":"#091a46","megamenu_bg_color":"#091a46"},"elements":[],"widgetType":"mega-menu"}],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":246,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"48f2f02","elType":"section","settings":[],"elements":[{"id":"3d18022","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"b3de838","elType":"widget","settings":{"title":"A Empresa","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false},{"id":"39c1c28","elType":"section","settings":[],"elements":[{"id":"3dfee93","elType":"column","settings":{"_column_size":100},"elements":[{"id":"dd3dfdb","elType":"widget","settings":[],"elements":[],"widgetType":"spacer"}],"isInner":false}],"isInner":false},{"id":"dc94570","elType":"section","settings":[],"elements":[{"id":"6dd573e","elType":"column","settings":{"_column_size":100},"elements":[{"id":"54a6193","elType":"widget","settings":{"anchor":"oqueoferecemos"},"elements":[],"widgetType":"menu-anchor"},{"id":"38d89f1","elType":"widget","settings":{"title":"O que oferecemos","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"7a0d95d","elType":"section","settings":[],"elements":[{"id":"c8349f4","elType":"column","settings":{"_column_size":100},"elements":[{"id":"3bf2ad4","elType":"widget","settings":{"gallery":[{"id":275,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Icomercio.png"},{"id":270,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Backup.png"},{"id":272,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_E-mail.png"},{"id":274,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Gerenciamento_Rede.png"},{"id":276,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Ponto.png"},{"id":278,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Wifi.png"},{"id":271,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Cameras.png"},{"id":268,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Antivirus.png"},{"id":269,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Assitencia.png"},{"id":273,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Firewall.png"},{"id":277,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Suporte.png"}],"galleries":[{"gallery_title":"New Gallery","_id":"9bdc8e8","multiple_gallery":[]}],"gallery_layout":"masonry","ideal_row_height":{"unit":"px","size":150,"sizes":[]},"gap":{"unit":"px","size":150,"sizes":[]},"thumbnail_image_size":"full","thumbnail_image_custom_dimension":{"width":"50","height":"50"},"show_all_galleries_label":"All"},"elements":[],"widgetType":"gallery"}],"isInner":false}],"isInner":false}]'),
(1530, 287, '_elementor_edit_mode', 'builder'),
(1531, 287, '_elementor_template_type', 'wp-page'),
(1503, 284, '_wp_page_template', 'elementor_header_footer'),
(1504, 284, '_elementor_edit_mode', 'builder'),
(1505, 284, '_elementor_template_type', 'wp-page'),
(1506, 284, '_elementor_version', '2.7.5'),
(1507, 284, '_elementor_data', '[{"id":"01fe2fd","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"30","background_background":"classic","background_color":"#091a46","sticky":"top"},"elements":[{"id":"baf50d5","elType":"column","settings":{"_column_size":33,"_inline_size":9.260999999999999232613845379091799259185791015625},"elements":[],"isInner":false},{"id":"c0e3f21","elType":"column","settings":{"_column_size":33,"_inline_size":19.082999999999998408384271897375583648681640625,"content_position":"center","align":"center"},"elements":[{"id":"9491e2d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"align":"center","link_to":"custom","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"2835eea","elType":"column","settings":{"_column_size":33,"_inline_size":71.655000000000001136868377216160297393798828125},"elements":[{"id":"fd577ad","elType":"widget","settings":{"el_mega_menu":"cim-tecnologia","align":"center","navbar_typography_typography":"custom","navbar_typography_font_family":"Arial","navbar_typography_font_weight":"normal","navbar_typography_text_transform":"none","navbar_typography_font_style":"normal","navbar_typography_text_decoration":"none","navbar_typography_line_height":{"unit":"px","size":115,"sizes":[]},"megamenu_typography_typography":"custom","megamenu_typography_font_family":"Arial","navbar_bg_color":"#091a46","megamenu_color":"#091a46","megamenu_hover":"#091a46","megamenu_bg_color":"#091a46"},"elements":[],"widgetType":"mega-menu"}],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":246,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"48f2f02","elType":"section","settings":[],"elements":[{"id":"3d18022","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"b3de838","elType":"widget","settings":{"title":"A Empresa","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false},{"id":"39c1c28","elType":"section","settings":[],"elements":[{"id":"3dfee93","elType":"column","settings":{"_column_size":100},"elements":[{"id":"dd3dfdb","elType":"widget","settings":[],"elements":[],"widgetType":"spacer"}],"isInner":false}],"isInner":false},{"id":"dc94570","elType":"section","settings":[],"elements":[{"id":"6dd573e","elType":"column","settings":{"_column_size":100},"elements":[{"id":"54a6193","elType":"widget","settings":{"anchor":"oqueoferecemos"},"elements":[],"widgetType":"menu-anchor"},{"id":"38d89f1","elType":"widget","settings":{"title":"O que oferecemos","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"5043fcb","elType":"section","settings":[],"elements":[{"id":"4032261","elType":"column","settings":{"_column_size":100},"elements":[{"id":"5bd87a2","elType":"widget","settings":{"wp_gallery":[{"id":275,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Icomercio.png"},{"id":270,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Backup.png"},{"id":272,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_E-mail.png"},{"id":274,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Gerenciamento_Rede.png"},{"id":276,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Ponto.png"},{"id":278,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Wifi.png"},{"id":271,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Cameras.png"},{"id":268,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Antivirus.png"},{"id":273,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Firewall.png"},{"id":269,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Assitencia.png"},{"id":277,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Suporte.png"}],"open_lightbox":"yes"},"elements":[],"widgetType":"image-gallery"}],"isInner":false}],"isInner":false}]'),
(1485, 281, '_elementor_pro_version', '2.7.3'),
(1492, 282, '_elementor_pro_version', '2.7.3'),
(1508, 284, '_elementor_pro_version', '2.7.3'),
(1529, 287, '_wp_page_template', 'elementor_header_footer'),
(1511, 285, '_wp_page_template', 'elementor_header_footer'),
(1512, 285, '_elementor_edit_mode', 'builder'),
(1513, 285, '_elementor_template_type', 'wp-page'),
(1514, 285, '_elementor_version', '2.7.5'),
(1515, 285, '_elementor_data', '[{"id":"01fe2fd","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"30","background_background":"classic","background_color":"#091a46","sticky":"top"},"elements":[{"id":"baf50d5","elType":"column","settings":{"_column_size":33,"_inline_size":9.260999999999999232613845379091799259185791015625},"elements":[],"isInner":false},{"id":"c0e3f21","elType":"column","settings":{"_column_size":33,"_inline_size":19.082999999999998408384271897375583648681640625,"content_position":"center","align":"center"},"elements":[{"id":"9491e2d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"align":"center","link_to":"custom","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"2835eea","elType":"column","settings":{"_column_size":33,"_inline_size":71.655000000000001136868377216160297393798828125},"elements":[{"id":"fd577ad","elType":"widget","settings":{"el_mega_menu":"cim-tecnologia","align":"center","navbar_typography_typography":"custom","navbar_typography_font_family":"Arial","navbar_typography_font_weight":"normal","navbar_typography_text_transform":"none","navbar_typography_font_style":"normal","navbar_typography_text_decoration":"none","navbar_typography_line_height":{"unit":"px","size":115,"sizes":[]},"megamenu_typography_typography":"custom","megamenu_typography_font_family":"Arial","navbar_bg_color":"#091a46","megamenu_color":"#091a46","megamenu_hover":"#091a46","megamenu_bg_color":"#091a46"},"elements":[],"widgetType":"mega-menu"}],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":246,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"48f2f02","elType":"section","settings":[],"elements":[{"id":"3d18022","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"b3de838","elType":"widget","settings":{"title":"A Empresa","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false},{"id":"39c1c28","elType":"section","settings":[],"elements":[{"id":"3dfee93","elType":"column","settings":{"_column_size":100},"elements":[{"id":"dd3dfdb","elType":"widget","settings":[],"elements":[],"widgetType":"spacer"}],"isInner":false}],"isInner":false},{"id":"dc94570","elType":"section","settings":[],"elements":[{"id":"6dd573e","elType":"column","settings":{"_column_size":100},"elements":[{"id":"54a6193","elType":"widget","settings":{"anchor":"oqueoferecemos"},"elements":[],"widgetType":"menu-anchor"},{"id":"38d89f1","elType":"widget","settings":{"title":"O que oferecemos","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"5043fcb","elType":"section","settings":[],"elements":[{"id":"4032261","elType":"column","settings":{"_column_size":100},"elements":[{"id":"5bd87a2","elType":"widget","settings":{"wp_gallery":[{"id":275,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Icomercio.png"},{"id":270,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Backup.png"},{"id":272,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_E-mail.png"},{"id":274,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Gerenciamento_Rede.png"},{"id":276,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Ponto.png"},{"id":278,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Wifi.png"},{"id":271,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Cameras.png"},{"id":268,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Antivirus.png"},{"id":273,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Firewall.png"},{"id":269,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Assitencia.png"},{"id":277,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Ico_Suporte.png"}],"gallery_link":"attachment","open_lightbox":"yes"},"elements":[],"widgetType":"image-gallery"}],"isInner":false}],"isInner":false}]'),
(1516, 285, '_elementor_pro_version', '2.7.3'),
(1517, 285, '_elementor_css', 'a:5:{s:4:"time";i:1575420872;s:5:"fonts";a:1:{i:0;s:5:"Arial";}s:5:"icons";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(1520, 275, '_edit_lock', '1575420806:1'),
(1534, 287, '_elementor_pro_version', '2.7.3'),
(1545, 289, '_wp_attached_file', '2019/12/001_ronta.png'),
(1546, 289, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:320;s:6:"height";i:320;s:4:"file";s:21:"2019/12/001_ronta.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:21:"001_ronta-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:21:"001_ronta-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1532, 287, '_elementor_version', '2.7.5'),
(1533, 287, '_elementor_data', '[{"id":"01fe2fd","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"30","background_background":"classic","background_color":"#091a46","sticky":"top"},"elements":[{"id":"baf50d5","elType":"column","settings":{"_column_size":33,"_inline_size":9.260999999999999232613845379091799259185791015625},"elements":[],"isInner":false},{"id":"c0e3f21","elType":"column","settings":{"_column_size":33,"_inline_size":19.082999999999998408384271897375583648681640625,"content_position":"center","align":"center"},"elements":[{"id":"9491e2d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"align":"center","link_to":"custom","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"2835eea","elType":"column","settings":{"_column_size":33,"_inline_size":71.655000000000001136868377216160297393798828125},"elements":[{"id":"fd577ad","elType":"widget","settings":{"el_mega_menu":"cim-tecnologia","align":"center","navbar_typography_typography":"custom","navbar_typography_font_family":"Arial","navbar_typography_font_weight":"normal","navbar_typography_text_transform":"none","navbar_typography_font_style":"normal","navbar_typography_text_decoration":"none","navbar_typography_line_height":{"unit":"px","size":115,"sizes":[]},"megamenu_typography_typography":"custom","megamenu_typography_font_family":"Arial","navbar_bg_color":"#091a46","megamenu_color":"#091a46","megamenu_hover":"#091a46","megamenu_bg_color":"#091a46"},"elements":[],"widgetType":"mega-menu"}],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":246,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"48f2f02","elType":"section","settings":[],"elements":[{"id":"3d18022","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"b3de838","elType":"widget","settings":{"title":"A Empresa","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false},{"id":"39c1c28","elType":"section","settings":[],"elements":[{"id":"3dfee93","elType":"column","settings":{"_column_size":100},"elements":[{"id":"dd3dfdb","elType":"widget","settings":[],"elements":[],"widgetType":"spacer"}],"isInner":false}],"isInner":false},{"id":"dc94570","elType":"section","settings":[],"elements":[{"id":"6dd573e","elType":"column","settings":{"_column_size":100},"elements":[{"id":"54a6193","elType":"widget","settings":{"anchor":"oqueoferecemos"},"elements":[],"widgetType":"menu-anchor"},{"id":"38d89f1","elType":"widget","settings":{"title":"O que oferecemos","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"1aa8a35","elType":"section","settings":[],"elements":[{"id":"475e2f7","elType":"column","settings":{"_column_size":100},"elements":[{"id":"b5fdc7d","elType":"widget","settings":{"anchor":"nossosclientes"},"elements":[],"widgetType":"menu-anchor"},{"id":"ab1a76b","elType":"widget","settings":{"title":"Clientes","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"925f684","elType":"section","settings":[],"elements":[{"id":"db7678a","elType":"column","settings":{"_column_size":100},"elements":[{"id":"fe4eb96","elType":"widget","settings":{"anchor":"meucontato"},"elements":[],"widgetType":"menu-anchor"},{"id":"8db17b5","elType":"widget","settings":{"title":"Contato","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false}]'),
(1547, 290, '_wp_attached_file', '2019/12/002_nossaloja.png'),
(1548, 290, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:320;s:6:"height";i:320;s:4:"file";s:25:"2019/12/002_nossaloja.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:25:"002_nossaloja-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:25:"002_nossaloja-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1549, 291, '_wp_attached_file', '2019/12/003_spaautocenter.png'),
(1550, 291, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:320;s:6:"height";i:320;s:4:"file";s:29:"2019/12/003_spaautocenter.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:29:"003_spaautocenter-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:29:"003_spaautocenter-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1551, 292, '_wp_attached_file', '2019/12/004_lojaelder.png'),
(1552, 292, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:320;s:6:"height";i:320;s:4:"file";s:25:"2019/12/004_lojaelder.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:25:"004_lojaelder-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:25:"004_lojaelder-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1553, 293, '_wp_attached_file', '2019/12/005_farinelli.png'),
(1554, 293, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:320;s:6:"height";i:320;s:4:"file";s:25:"2019/12/005_farinelli.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:25:"005_farinelli-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:25:"005_farinelli-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1555, 294, '_wp_attached_file', '2019/12/006_pervalle.png'),
(1556, 294, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:320;s:6:"height";i:320;s:4:"file";s:24:"2019/12/006_pervalle.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:24:"006_pervalle-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:24:"006_pervalle-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1557, 295, '_wp_attached_file', '2019/12/007_advocacia.png'),
(1558, 295, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:320;s:6:"height";i:320;s:4:"file";s:25:"2019/12/007_advocacia.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:25:"007_advocacia-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:25:"007_advocacia-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1559, 296, '_wp_attached_file', '2019/12/009_ferrerojoias.png'),
(1560, 296, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:320;s:6:"height";i:320;s:4:"file";s:28:"2019/12/009_ferrerojoias.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:28:"009_ferrerojoias-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:28:"009_ferrerojoias-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1561, 297, '_wp_attached_file', '2019/12/009_oticasmt.png'),
(1562, 297, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:320;s:6:"height";i:320;s:4:"file";s:24:"2019/12/009_oticasmt.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:24:"009_oticasmt-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:24:"009_oticasmt-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1563, 298, '_wp_attached_file', '2019/12/010_divisapneus.png'),
(1564, 298, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:320;s:6:"height";i:320;s:4:"file";s:27:"2019/12/010_divisapneus.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:27:"010_divisapneus-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:27:"010_divisapneus-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1565, 299, '_wp_attached_file', '2019/12/012_ceramicafabiane.png');
INSERT INTO `wpu7_postmeta` VALUES
(1566, 299, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:320;s:6:"height";i:320;s:4:"file";s:31:"2019/12/012_ceramicafabiane.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:31:"012_ceramicafabiane-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:31:"012_ceramicafabiane-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1567, 300, '_wp_attached_file', '2019/12/013_colcci.png'),
(1568, 300, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:320;s:6:"height";i:320;s:4:"file";s:22:"2019/12/013_colcci.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:22:"013_colcci-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:22:"013_colcci-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1569, 301, '_wp_attached_file', '2019/12/014_angeliedificacoes.png'),
(1570, 301, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:320;s:6:"height";i:320;s:4:"file";s:33:"2019/12/014_angeliedificacoes.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:33:"014_angeliedificacoes-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:33:"014_angeliedificacoes-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1571, 302, '_wp_attached_file', '2019/12/015_feevida.png'),
(1572, 302, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:320;s:6:"height";i:320;s:4:"file";s:23:"2019/12/015_feevida.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:23:"015_feevida-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:23:"015_feevida-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1573, 303, '_wp_attached_file', '2019/12/016_cimatel.png'),
(1574, 303, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:320;s:6:"height";i:320;s:4:"file";s:23:"2019/12/016_cimatel.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:23:"016_cimatel-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:23:"016_cimatel-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1575, 304, '_wp_attached_file', '2019/12/017_velhooeste.png'),
(1576, 304, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:320;s:6:"height";i:320;s:4:"file";s:26:"2019/12/017_velhooeste.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:26:"017_velhooeste-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:26:"017_velhooeste-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1577, 305, '_wp_attached_file', '2019/12/018_friolar.png'),
(1578, 305, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:320;s:6:"height";i:320;s:4:"file";s:23:"2019/12/018_friolar.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:23:"018_friolar-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:23:"018_friolar-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1579, 306, '_wp_attached_file', '2019/12/019_deraldocampos.png'),
(1580, 306, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:320;s:6:"height";i:320;s:4:"file";s:29:"2019/12/019_deraldocampos.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:29:"019_deraldocampos-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:29:"019_deraldocampos-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1581, 307, '_wp_attached_file', '2019/12/020_preventec.png'),
(1582, 307, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:320;s:6:"height";i:320;s:4:"file";s:25:"2019/12/020_preventec.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:25:"020_preventec-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:25:"020_preventec-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1712, 334, '_elementor_edit_mode', 'builder'),
(1713, 334, '_elementor_template_type', 'wp-page'),
(1714, 334, '_elementor_version', '2.7.5'),
(1715, 334, '_elementor_data', '[{"id":"01fe2fd","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"30","background_background":"classic","background_color":"#091a46","sticky":"top"},"elements":[{"id":"baf50d5","elType":"column","settings":{"_column_size":33,"_inline_size":9.260999999999999232613845379091799259185791015625},"elements":[],"isInner":false},{"id":"c0e3f21","elType":"column","settings":{"_column_size":33,"_inline_size":19.082999999999998408384271897375583648681640625,"content_position":"center","align":"center"},"elements":[{"id":"9491e2d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"align":"center","link_to":"custom","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"2835eea","elType":"column","settings":{"_column_size":33,"_inline_size":71.655000000000001136868377216160297393798828125},"elements":[{"id":"fd577ad","elType":"widget","settings":{"el_mega_menu":"cim-tecnologia","align":"center","navbar_typography_typography":"custom","navbar_typography_font_family":"Arial","navbar_typography_font_weight":"normal","navbar_typography_text_transform":"none","navbar_typography_font_style":"normal","navbar_typography_text_decoration":"none","navbar_typography_line_height":{"unit":"px","size":115,"sizes":[]},"megamenu_typography_typography":"custom","megamenu_typography_font_family":"Arial","navbar_bg_color":"#091a46","megamenu_color":"#091a46","megamenu_hover":"#091a46","megamenu_bg_color":"#091a46"},"elements":[],"widgetType":"mega-menu"}],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":246,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"48f2f02","elType":"section","settings":[],"elements":[{"id":"3d18022","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"b3de838","elType":"widget","settings":{"title":"A Empresa","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false},{"id":"39c1c28","elType":"section","settings":[],"elements":[{"id":"3dfee93","elType":"column","settings":{"_column_size":100},"elements":[{"id":"dd3dfdb","elType":"widget","settings":[],"elements":[],"widgetType":"spacer"}],"isInner":false}],"isInner":false},{"id":"dc94570","elType":"section","settings":[],"elements":[{"id":"6dd573e","elType":"column","settings":{"_column_size":100},"elements":[{"id":"54a6193","elType":"widget","settings":{"anchor":"oqueoferecemos"},"elements":[],"widgetType":"menu-anchor"},{"id":"38d89f1","elType":"widget","settings":{"title":"O que oferecemos","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"1aa8a35","elType":"section","settings":[],"elements":[{"id":"475e2f7","elType":"column","settings":{"_column_size":100},"elements":[{"id":"b5fdc7d","elType":"widget","settings":{"anchor":"nossosclientes"},"elements":[],"widgetType":"menu-anchor"},{"id":"ab1a76b","elType":"widget","settings":{"title":"Clientes","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"c7bbbdc","elType":"section","settings":{"gap":"no"},"elements":[{"id":"6edfd28","elType":"column","settings":{"_column_size":100},"elements":[{"id":"c84c4fe","elType":"widget","settings":{"gallery":[{"id":289,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/001_ronta.png"},{"id":290,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/002_nossaloja.png"},{"id":291,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/003_spaautocenter.png"},{"id":292,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/004_lojaelder.png"},{"id":293,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/005_farinelli.png"},{"id":294,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/006_pervalle.png"},{"id":295,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/007_advocacia.png"},{"id":296,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/009_ferrerojoias.png"},{"id":297,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/009_oticasmt.png"},{"id":298,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/010_divisapneus.png"},{"id":299,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/012_ceramicafabiane.png"},{"id":300,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/013_colcci.png"},{"id":301,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/014_angeliedificacoes.png"},{"id":302,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/015_feevida.png"},{"id":303,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/016_cimatel.png"},{"id":304,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/017_velhooeste.png"},{"id":305,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/018_friolar.png"},{"id":306,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/019_deraldocampos.png"},{"id":307,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/020_preventec.png"},{"id":309,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/021_pisoramica.png"},{"id":321,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Logo_01_320x320.png"},{"id":311,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/023_iracemamadeiras.png"},{"id":312,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/023_stmadeiras.png"},{"id":313,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/025_volpiselantes.png"},{"id":314,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/026_bdsblocos.png"},{"id":315,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/029_unicavidros.png"},{"id":316,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/030_postocimatel.png"},{"id":317,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/031_postorota.png"},{"id":318,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/033_tropicalmotos.png"},{"id":319,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/034_imperador.png"},{"id":320,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/035_capane.png"},{"id":322,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Logo_01_320x320-1.png"}],"galleries":[{"gallery_title":"New Gallery","_id":"c63dd8c","multiple_gallery":[]}],"gallery_layout":"justified","ideal_row_height":{"unit":"px","size":165,"sizes":[]},"link_to":"","show_all_galleries_label":"All","overlay_background":""},"elements":[],"widgetType":"gallery"}],"isInner":false}],"isInner":false},{"id":"925f684","elType":"section","settings":[],"elements":[{"id":"db7678a","elType":"column","settings":{"_column_size":100},"elements":[{"id":"fe4eb96","elType":"widget","settings":{"anchor":"meucontato"},"elements":[],"widgetType":"menu-anchor"},{"id":"8db17b5","elType":"widget","settings":{"title":"Contato","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false}]'),
(1585, 309, '_wp_attached_file', '2019/12/021_pisoramica.png'),
(1586, 309, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:320;s:6:"height";i:320;s:4:"file";s:26:"2019/12/021_pisoramica.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:26:"021_pisoramica-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:26:"021_pisoramica-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1589, 311, '_wp_attached_file', '2019/12/023_iracemamadeiras.png'),
(1590, 311, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:320;s:6:"height";i:320;s:4:"file";s:31:"2019/12/023_iracemamadeiras.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:31:"023_iracemamadeiras-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:31:"023_iracemamadeiras-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1591, 312, '_wp_attached_file', '2019/12/023_stmadeiras.png'),
(1592, 312, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:320;s:6:"height";i:320;s:4:"file";s:26:"2019/12/023_stmadeiras.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:26:"023_stmadeiras-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:26:"023_stmadeiras-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1593, 313, '_wp_attached_file', '2019/12/025_volpiselantes.png'),
(1594, 313, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:320;s:6:"height";i:320;s:4:"file";s:29:"2019/12/025_volpiselantes.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:29:"025_volpiselantes-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:29:"025_volpiselantes-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1595, 314, '_wp_attached_file', '2019/12/026_bdsblocos.png'),
(1596, 314, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:320;s:6:"height";i:320;s:4:"file";s:25:"2019/12/026_bdsblocos.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:25:"026_bdsblocos-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:25:"026_bdsblocos-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1597, 315, '_wp_attached_file', '2019/12/029_unicavidros.png'),
(1598, 315, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:320;s:6:"height";i:320;s:4:"file";s:27:"2019/12/029_unicavidros.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:27:"029_unicavidros-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:27:"029_unicavidros-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1599, 316, '_wp_attached_file', '2019/12/030_postocimatel.png'),
(1600, 316, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:320;s:6:"height";i:320;s:4:"file";s:28:"2019/12/030_postocimatel.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:28:"030_postocimatel-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:28:"030_postocimatel-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1601, 317, '_wp_attached_file', '2019/12/031_postorota.png'),
(1602, 317, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:320;s:6:"height";i:320;s:4:"file";s:25:"2019/12/031_postorota.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:25:"031_postorota-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:25:"031_postorota-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1603, 318, '_wp_attached_file', '2019/12/033_tropicalmotos.png'),
(1604, 318, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:320;s:6:"height";i:320;s:4:"file";s:29:"2019/12/033_tropicalmotos.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:29:"033_tropicalmotos-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:29:"033_tropicalmotos-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1605, 319, '_wp_attached_file', '2019/12/034_imperador.png'),
(1606, 319, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:320;s:6:"height";i:320;s:4:"file";s:25:"2019/12/034_imperador.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:25:"034_imperador-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:25:"034_imperador-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1607, 320, '_wp_attached_file', '2019/12/035_capane.png'),
(1608, 320, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:320;s:6:"height";i:320;s:4:"file";s:22:"2019/12/035_capane.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:22:"035_capane-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:22:"035_capane-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1609, 321, '_wp_attached_file', '2019/12/Logo_01_320x320.png'),
(1610, 321, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:320;s:6:"height";i:320;s:4:"file";s:27:"2019/12/Logo_01_320x320.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:27:"Logo_01_320x320-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:27:"Logo_01_320x320-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1613, 323, '_wp_page_template', 'elementor_header_footer'),
(1614, 323, '_elementor_edit_mode', 'builder'),
(1615, 323, '_elementor_template_type', 'wp-page'),
(1616, 323, '_elementor_version', '2.7.5'),
(1617, 323, '_elementor_data', '[{"id":"01fe2fd","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"30","background_background":"classic","background_color":"#091a46","sticky":"top"},"elements":[{"id":"baf50d5","elType":"column","settings":{"_column_size":33,"_inline_size":9.260999999999999232613845379091799259185791015625},"elements":[],"isInner":false},{"id":"c0e3f21","elType":"column","settings":{"_column_size":33,"_inline_size":19.082999999999998408384271897375583648681640625,"content_position":"center","align":"center"},"elements":[{"id":"9491e2d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"align":"center","link_to":"custom","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"2835eea","elType":"column","settings":{"_column_size":33,"_inline_size":71.655000000000001136868377216160297393798828125},"elements":[{"id":"fd577ad","elType":"widget","settings":{"el_mega_menu":"cim-tecnologia","align":"center","navbar_typography_typography":"custom","navbar_typography_font_family":"Arial","navbar_typography_font_weight":"normal","navbar_typography_text_transform":"none","navbar_typography_font_style":"normal","navbar_typography_text_decoration":"none","navbar_typography_line_height":{"unit":"px","size":115,"sizes":[]},"megamenu_typography_typography":"custom","megamenu_typography_font_family":"Arial","navbar_bg_color":"#091a46","megamenu_color":"#091a46","megamenu_hover":"#091a46","megamenu_bg_color":"#091a46"},"elements":[],"widgetType":"mega-menu"}],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":246,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"48f2f02","elType":"section","settings":[],"elements":[{"id":"3d18022","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"b3de838","elType":"widget","settings":{"title":"A Empresa","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false},{"id":"39c1c28","elType":"section","settings":[],"elements":[{"id":"3dfee93","elType":"column","settings":{"_column_size":100},"elements":[{"id":"dd3dfdb","elType":"widget","settings":[],"elements":[],"widgetType":"spacer"}],"isInner":false}],"isInner":false},{"id":"dc94570","elType":"section","settings":[],"elements":[{"id":"6dd573e","elType":"column","settings":{"_column_size":100},"elements":[{"id":"54a6193","elType":"widget","settings":{"anchor":"oqueoferecemos"},"elements":[],"widgetType":"menu-anchor"},{"id":"38d89f1","elType":"widget","settings":{"title":"O que oferecemos","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"1aa8a35","elType":"section","settings":[],"elements":[{"id":"475e2f7","elType":"column","settings":{"_column_size":100},"elements":[{"id":"b5fdc7d","elType":"widget","settings":{"anchor":"nossosclientes"},"elements":[],"widgetType":"menu-anchor"},{"id":"ab1a76b","elType":"widget","settings":{"title":"Clientes","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"c7bbbdc","elType":"section","settings":[],"elements":[{"id":"fd791de","elType":"column","settings":{"_column_size":100},"elements":[{"id":"0840c06","elType":"widget","settings":{"wp_gallery":[{"id":289,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/001_ronta.png"},{"id":290,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/002_nossaloja.png"},{"id":291,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/003_spaautocenter.png"},{"id":292,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/004_lojaelder.png"},{"id":293,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/005_farinelli.png"},{"id":294,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/006_pervalle.png"},{"id":295,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/007_advocacia.png"},{"id":296,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/009_ferrerojoias.png"},{"id":297,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/009_oticasmt.png"},{"id":298,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/010_divisapneus.png"},{"id":299,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/012_ceramicafabiane.png"},{"id":300,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/013_colcci.png"},{"id":301,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/014_angeliedificacoes.png"},{"id":302,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/015_feevida.png"},{"id":303,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/016_cimatel.png"},{"id":304,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/017_velhooeste.png"},{"id":305,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/018_friolar.png"},{"id":306,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/019_deraldocampos.png"},{"id":307,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/020_preventec.png"},{"id":309,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/021_pisoramica.png"},{"id":321,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Logo_01_320x320.png"},{"id":311,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/023_iracemamadeiras.png"},{"id":312,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/023_stmadeiras.png"},{"id":313,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/025_volpiselantes.png"},{"id":314,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/026_bdsblocos.png"},{"id":315,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/029_unicavidros.png"},{"id":316,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/030_postocimatel.png"},{"id":317,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/031_postorota.png"},{"id":318,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/033_tropicalmotos.png"},{"id":319,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/034_imperador.png"},{"id":320,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/035_capane.png"},{"id":322,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Logo_01_320x320-1.png"}],"gallery_columns":"6"},"elements":[],"widgetType":"image-gallery"}],"isInner":false}],"isInner":false},{"id":"925f684","elType":"section","settings":[],"elements":[{"id":"db7678a","elType":"column","settings":{"_column_size":100},"elements":[{"id":"fe4eb96","elType":"widget","settings":{"anchor":"meucontato"},"elements":[],"widgetType":"menu-anchor"},{"id":"8db17b5","elType":"widget","settings":{"title":"Contato","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false}]'),
(1611, 322, '_wp_attached_file', '2019/12/Logo_01_320x320-1.png'),
(1612, 322, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:320;s:6:"height";i:320;s:4:"file";s:29:"2019/12/Logo_01_320x320-1.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:29:"Logo_01_320x320-1-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:29:"Logo_01_320x320-1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;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:{}}}'),
(1618, 323, '_elementor_pro_version', '2.7.3'),
(1621, 324, '_wp_page_template', 'elementor_header_footer'),
(1622, 324, '_elementor_edit_mode', 'builder'),
(1623, 324, '_elementor_template_type', 'wp-page'),
(1624, 324, '_elementor_version', '2.7.5'),
(1625, 324, '_elementor_data', '[{"id":"01fe2fd","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"30","background_background":"classic","background_color":"#091a46","sticky":"top"},"elements":[{"id":"baf50d5","elType":"column","settings":{"_column_size":33,"_inline_size":9.260999999999999232613845379091799259185791015625},"elements":[],"isInner":false},{"id":"c0e3f21","elType":"column","settings":{"_column_size":33,"_inline_size":19.082999999999998408384271897375583648681640625,"content_position":"center","align":"center"},"elements":[{"id":"9491e2d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"align":"center","link_to":"custom","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"2835eea","elType":"column","settings":{"_column_size":33,"_inline_size":71.655000000000001136868377216160297393798828125},"elements":[{"id":"fd577ad","elType":"widget","settings":{"el_mega_menu":"cim-tecnologia","align":"center","navbar_typography_typography":"custom","navbar_typography_font_family":"Arial","navbar_typography_font_weight":"normal","navbar_typography_text_transform":"none","navbar_typography_font_style":"normal","navbar_typography_text_decoration":"none","navbar_typography_line_height":{"unit":"px","size":115,"sizes":[]},"megamenu_typography_typography":"custom","megamenu_typography_font_family":"Arial","navbar_bg_color":"#091a46","megamenu_color":"#091a46","megamenu_hover":"#091a46","megamenu_bg_color":"#091a46"},"elements":[],"widgetType":"mega-menu"}],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":246,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"48f2f02","elType":"section","settings":[],"elements":[{"id":"3d18022","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"b3de838","elType":"widget","settings":{"title":"A Empresa","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false},{"id":"39c1c28","elType":"section","settings":[],"elements":[{"id":"3dfee93","elType":"column","settings":{"_column_size":100},"elements":[{"id":"dd3dfdb","elType":"widget","settings":[],"elements":[],"widgetType":"spacer"}],"isInner":false}],"isInner":false},{"id":"dc94570","elType":"section","settings":[],"elements":[{"id":"6dd573e","elType":"column","settings":{"_column_size":100},"elements":[{"id":"54a6193","elType":"widget","settings":{"anchor":"oqueoferecemos"},"elements":[],"widgetType":"menu-anchor"},{"id":"38d89f1","elType":"widget","settings":{"title":"O que oferecemos","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"1aa8a35","elType":"section","settings":[],"elements":[{"id":"475e2f7","elType":"column","settings":{"_column_size":100},"elements":[{"id":"b5fdc7d","elType":"widget","settings":{"anchor":"nossosclientes"},"elements":[],"widgetType":"menu-anchor"},{"id":"ab1a76b","elType":"widget","settings":{"title":"Clientes","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"c7bbbdc","elType":"section","settings":[],"elements":[{"id":"fd791de","elType":"column","settings":{"_column_size":100},"elements":[{"id":"0840c06","elType":"widget","settings":{"wp_gallery":[{"id":289,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/001_ronta.png"},{"id":290,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/002_nossaloja.png"},{"id":291,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/003_spaautocenter.png"},{"id":292,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/004_lojaelder.png"},{"id":293,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/005_farinelli.png"},{"id":294,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/006_pervalle.png"},{"id":295,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/007_advocacia.png"},{"id":296,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/009_ferrerojoias.png"},{"id":297,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/009_oticasmt.png"},{"id":298,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/010_divisapneus.png"},{"id":299,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/012_ceramicafabiane.png"},{"id":300,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/013_colcci.png"},{"id":301,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/014_angeliedificacoes.png"},{"id":302,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/015_feevida.png"},{"id":303,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/016_cimatel.png"},{"id":304,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/017_velhooeste.png"},{"id":305,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/018_friolar.png"},{"id":306,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/019_deraldocampos.png"},{"id":307,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/020_preventec.png"},{"id":309,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/021_pisoramica.png"},{"id":321,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Logo_01_320x320.png"},{"id":311,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/023_iracemamadeiras.png"},{"id":312,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/023_stmadeiras.png"},{"id":313,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/025_volpiselantes.png"},{"id":314,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/026_bdsblocos.png"},{"id":315,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/029_unicavidros.png"},{"id":316,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/030_postocimatel.png"},{"id":317,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/031_postorota.png"},{"id":318,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/033_tropicalmotos.png"},{"id":319,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/034_imperador.png"},{"id":320,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/035_capane.png"},{"id":322,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Logo_01_320x320-1.png"}],"gallery_columns":"6","gallery_link":"none","gallery_rand":"rand","image_spacing":"custom","image_spacing_custom":{"unit":"px","size":0,"sizes":[]}},"elements":[],"widgetType":"image-gallery"}],"isInner":false}],"isInner":false},{"id":"925f684","elType":"section","settings":[],"elements":[{"id":"db7678a","elType":"column","settings":{"_column_size":100},"elements":[{"id":"fe4eb96","elType":"widget","settings":{"anchor":"meucontato"},"elements":[],"widgetType":"menu-anchor"},{"id":"8db17b5","elType":"widget","settings":{"title":"Contato","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false}]');
INSERT INTO `wpu7_postmeta` VALUES
(1626, 324, '_elementor_pro_version', '2.7.3'),
(1627, 324, '_elementor_css', 'a:5:{s:4:"time";i:1575421893;s:5:"fonts";a:1:{i:0;s:5:"Arial";}s:5:"icons";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(1650, 327, '_wp_page_template', 'elementor_header_footer'),
(1651, 327, '_elementor_edit_mode', 'builder'),
(1652, 327, '_elementor_template_type', 'wp-page'),
(1653, 327, '_elementor_version', '2.7.5'),
(1654, 327, '_elementor_data', '[{"id":"01fe2fd","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"30","background_background":"classic","background_color":"#091a46","sticky":"top"},"elements":[{"id":"baf50d5","elType":"column","settings":{"_column_size":33,"_inline_size":9.260999999999999232613845379091799259185791015625},"elements":[],"isInner":false},{"id":"c0e3f21","elType":"column","settings":{"_column_size":33,"_inline_size":19.082999999999998408384271897375583648681640625,"content_position":"center","align":"center"},"elements":[{"id":"9491e2d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"align":"center","link_to":"custom","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"2835eea","elType":"column","settings":{"_column_size":33,"_inline_size":71.655000000000001136868377216160297393798828125},"elements":[{"id":"fd577ad","elType":"widget","settings":{"el_mega_menu":"cim-tecnologia","align":"center","navbar_typography_typography":"custom","navbar_typography_font_family":"Arial","navbar_typography_font_weight":"normal","navbar_typography_text_transform":"none","navbar_typography_font_style":"normal","navbar_typography_text_decoration":"none","navbar_typography_line_height":{"unit":"px","size":115,"sizes":[]},"megamenu_typography_typography":"custom","megamenu_typography_font_family":"Arial","navbar_bg_color":"#091a46","megamenu_color":"#091a46","megamenu_hover":"#091a46","megamenu_bg_color":"#091a46"},"elements":[],"widgetType":"mega-menu"}],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":246,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"48f2f02","elType":"section","settings":[],"elements":[{"id":"3d18022","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"b3de838","elType":"widget","settings":{"title":"A Empresa","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false},{"id":"39c1c28","elType":"section","settings":[],"elements":[{"id":"3dfee93","elType":"column","settings":{"_column_size":100},"elements":[{"id":"dd3dfdb","elType":"widget","settings":[],"elements":[],"widgetType":"spacer"}],"isInner":false}],"isInner":false},{"id":"dc94570","elType":"section","settings":[],"elements":[{"id":"6dd573e","elType":"column","settings":{"_column_size":100},"elements":[{"id":"54a6193","elType":"widget","settings":{"anchor":"oqueoferecemos"},"elements":[],"widgetType":"menu-anchor"},{"id":"38d89f1","elType":"widget","settings":{"title":"O que oferecemos","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"1aa8a35","elType":"section","settings":[],"elements":[{"id":"475e2f7","elType":"column","settings":{"_column_size":100},"elements":[{"id":"b5fdc7d","elType":"widget","settings":{"anchor":"nossosclientes"},"elements":[],"widgetType":"menu-anchor"},{"id":"ab1a76b","elType":"widget","settings":{"title":"Clientes","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"c7bbbdc","elType":"section","settings":{"layout":"full_width"},"elements":[{"id":"fd791de","elType":"column","settings":{"_column_size":100},"elements":[{"id":"0840c06","elType":"widget","settings":{"wp_gallery":[{"id":289,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/001_ronta.png"},{"id":290,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/002_nossaloja.png"},{"id":291,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/003_spaautocenter.png"},{"id":292,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/004_lojaelder.png"},{"id":293,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/005_farinelli.png"},{"id":294,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/006_pervalle.png"},{"id":295,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/007_advocacia.png"},{"id":296,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/009_ferrerojoias.png"},{"id":297,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/009_oticasmt.png"},{"id":298,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/010_divisapneus.png"},{"id":299,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/012_ceramicafabiane.png"},{"id":300,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/013_colcci.png"},{"id":301,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/014_angeliedificacoes.png"},{"id":302,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/015_feevida.png"},{"id":303,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/016_cimatel.png"},{"id":304,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/017_velhooeste.png"},{"id":305,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/018_friolar.png"},{"id":306,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/019_deraldocampos.png"},{"id":307,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/020_preventec.png"},{"id":309,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/021_pisoramica.png"},{"id":321,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Logo_01_320x320.png"},{"id":311,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/023_iracemamadeiras.png"},{"id":312,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/023_stmadeiras.png"},{"id":313,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/025_volpiselantes.png"},{"id":314,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/026_bdsblocos.png"},{"id":315,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/029_unicavidros.png"},{"id":316,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/030_postocimatel.png"},{"id":317,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/031_postorota.png"},{"id":318,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/033_tropicalmotos.png"},{"id":319,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/034_imperador.png"},{"id":320,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/035_capane.png"},{"id":322,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Logo_01_320x320-1.png"}],"gallery_columns":"6","gallery_link":"none","gallery_rand":"rand","image_spacing":"custom","image_spacing_custom":{"unit":"px","size":0,"sizes":[]}},"elements":[],"widgetType":"image-gallery"}],"isInner":false}],"isInner":false},{"id":"925f684","elType":"section","settings":[],"elements":[{"id":"db7678a","elType":"column","settings":{"_column_size":100},"elements":[{"id":"fe4eb96","elType":"widget","settings":{"anchor":"meucontato"},"elements":[],"widgetType":"menu-anchor"},{"id":"8db17b5","elType":"widget","settings":{"title":"Contato","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false}]'),
(1630, 325, '_menu_item_type', 'custom'),
(1631, 325, '_menu_item_menu_item_parent', '0'),
(1632, 325, '_menu_item_object_id', '325'),
(1633, 325, '_menu_item_object', 'custom'),
(1634, 325, '_menu_item_target', ''),
(1635, 325, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1636, 325, '_menu_item_xfn', ''),
(1637, 325, '_menu_item_url', '#nossosclientes'),
(1639, 325, '_elementor_controls_usage', 'a:0:{}'),
(1646, 326, '_menu_item_xfn', ''),
(1647, 326, '_menu_item_url', '#meucontato'),
(1649, 326, '_elementor_controls_usage', 'a:0:{}'),
(1655, 327, '_elementor_pro_version', '2.7.3'),
(1656, 327, '_elementor_css', 'a:5:{s:4:"time";i:1575421983;s:5:"fonts";a:1:{i:0;s:5:"Arial";}s:5:"icons";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(1659, 328, '_wp_page_template', 'elementor_header_footer'),
(1660, 328, '_elementor_edit_mode', 'builder'),
(1661, 328, '_elementor_template_type', 'wp-page'),
(1662, 328, '_elementor_version', '2.7.5'),
(1663, 328, '_elementor_data', '[{"id":"01fe2fd","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"30","background_background":"classic","background_color":"#091a46","sticky":"top"},"elements":[{"id":"baf50d5","elType":"column","settings":{"_column_size":33,"_inline_size":9.260999999999999232613845379091799259185791015625},"elements":[],"isInner":false},{"id":"c0e3f21","elType":"column","settings":{"_column_size":33,"_inline_size":19.082999999999998408384271897375583648681640625,"content_position":"center","align":"center"},"elements":[{"id":"9491e2d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"align":"center","link_to":"custom","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"2835eea","elType":"column","settings":{"_column_size":33,"_inline_size":71.655000000000001136868377216160297393798828125},"elements":[{"id":"fd577ad","elType":"widget","settings":{"el_mega_menu":"cim-tecnologia","align":"center","navbar_typography_typography":"custom","navbar_typography_font_family":"Arial","navbar_typography_font_weight":"normal","navbar_typography_text_transform":"none","navbar_typography_font_style":"normal","navbar_typography_text_decoration":"none","navbar_typography_line_height":{"unit":"px","size":115,"sizes":[]},"megamenu_typography_typography":"custom","megamenu_typography_font_family":"Arial","navbar_bg_color":"#091a46","megamenu_color":"#091a46","megamenu_hover":"#091a46","megamenu_bg_color":"#091a46"},"elements":[],"widgetType":"mega-menu"}],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":246,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"48f2f02","elType":"section","settings":[],"elements":[{"id":"3d18022","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"b3de838","elType":"widget","settings":{"title":"A Empresa","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false},{"id":"39c1c28","elType":"section","settings":[],"elements":[{"id":"3dfee93","elType":"column","settings":{"_column_size":100},"elements":[{"id":"dd3dfdb","elType":"widget","settings":[],"elements":[],"widgetType":"spacer"}],"isInner":false}],"isInner":false},{"id":"dc94570","elType":"section","settings":[],"elements":[{"id":"6dd573e","elType":"column","settings":{"_column_size":100},"elements":[{"id":"54a6193","elType":"widget","settings":{"anchor":"oqueoferecemos"},"elements":[],"widgetType":"menu-anchor"},{"id":"38d89f1","elType":"widget","settings":{"title":"O que oferecemos","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"1aa8a35","elType":"section","settings":[],"elements":[{"id":"475e2f7","elType":"column","settings":{"_column_size":100},"elements":[{"id":"b5fdc7d","elType":"widget","settings":{"anchor":"nossosclientes"},"elements":[],"widgetType":"menu-anchor"},{"id":"ab1a76b","elType":"widget","settings":{"title":"Clientes","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"c7bbbdc","elType":"section","settings":{"layout":"full_width","gap":"wider"},"elements":[{"id":"fd791de","elType":"column","settings":{"_column_size":100},"elements":[{"id":"0840c06","elType":"widget","settings":{"wp_gallery":[{"id":289,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/001_ronta.png"},{"id":290,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/002_nossaloja.png"},{"id":291,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/003_spaautocenter.png"},{"id":292,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/004_lojaelder.png"},{"id":293,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/005_farinelli.png"},{"id":294,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/006_pervalle.png"},{"id":295,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/007_advocacia.png"},{"id":296,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/009_ferrerojoias.png"},{"id":297,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/009_oticasmt.png"},{"id":298,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/010_divisapneus.png"},{"id":299,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/012_ceramicafabiane.png"},{"id":300,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/013_colcci.png"},{"id":301,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/014_angeliedificacoes.png"},{"id":302,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/015_feevida.png"},{"id":303,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/016_cimatel.png"},{"id":304,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/017_velhooeste.png"},{"id":305,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/018_friolar.png"},{"id":306,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/019_deraldocampos.png"},{"id":307,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/020_preventec.png"},{"id":309,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/021_pisoramica.png"},{"id":321,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Logo_01_320x320.png"},{"id":311,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/023_iracemamadeiras.png"},{"id":312,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/023_stmadeiras.png"},{"id":313,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/025_volpiselantes.png"},{"id":314,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/026_bdsblocos.png"},{"id":315,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/029_unicavidros.png"},{"id":316,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/030_postocimatel.png"},{"id":317,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/031_postorota.png"},{"id":318,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/033_tropicalmotos.png"},{"id":319,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/034_imperador.png"},{"id":320,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/035_capane.png"},{"id":322,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Logo_01_320x320-1.png"}],"gallery_columns":"6","gallery_link":"none","gallery_rand":"rand","image_spacing":"custom","image_spacing_custom":{"unit":"px","size":0,"sizes":[]}},"elements":[],"widgetType":"image-gallery"}],"isInner":false}],"isInner":false},{"id":"925f684","elType":"section","settings":[],"elements":[{"id":"db7678a","elType":"column","settings":{"_column_size":100},"elements":[{"id":"fe4eb96","elType":"widget","settings":{"anchor":"meucontato"},"elements":[],"widgetType":"menu-anchor"},{"id":"8db17b5","elType":"widget","settings":{"title":"Contato","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false}]'),
(1664, 328, '_elementor_pro_version', '2.7.3'),
(1665, 328, '_elementor_css', 'a:5:{s:4:"time";i:1575422371;s:5:"fonts";a:1:{i:0;s:5:"Arial";}s:5:"icons";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(1668, 329, '_wp_page_template', 'elementor_header_footer'),
(1669, 329, '_elementor_edit_mode', 'builder'),
(1670, 329, '_elementor_template_type', 'wp-page'),
(1671, 329, '_elementor_version', '2.7.5'),
(1672, 329, '_elementor_data', '[{"id":"01fe2fd","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"30","background_background":"classic","background_color":"#091a46","sticky":"top"},"elements":[{"id":"baf50d5","elType":"column","settings":{"_column_size":33,"_inline_size":9.260999999999999232613845379091799259185791015625},"elements":[],"isInner":false},{"id":"c0e3f21","elType":"column","settings":{"_column_size":33,"_inline_size":19.082999999999998408384271897375583648681640625,"content_position":"center","align":"center"},"elements":[{"id":"9491e2d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"align":"center","link_to":"custom","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"2835eea","elType":"column","settings":{"_column_size":33,"_inline_size":71.655000000000001136868377216160297393798828125},"elements":[{"id":"fd577ad","elType":"widget","settings":{"el_mega_menu":"cim-tecnologia","align":"center","navbar_typography_typography":"custom","navbar_typography_font_family":"Arial","navbar_typography_font_weight":"normal","navbar_typography_text_transform":"none","navbar_typography_font_style":"normal","navbar_typography_text_decoration":"none","navbar_typography_line_height":{"unit":"px","size":115,"sizes":[]},"megamenu_typography_typography":"custom","megamenu_typography_font_family":"Arial","navbar_bg_color":"#091a46","megamenu_color":"#091a46","megamenu_hover":"#091a46","megamenu_bg_color":"#091a46"},"elements":[],"widgetType":"mega-menu"}],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":246,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"48f2f02","elType":"section","settings":[],"elements":[{"id":"3d18022","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"b3de838","elType":"widget","settings":{"title":"A Empresa","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false},{"id":"39c1c28","elType":"section","settings":[],"elements":[{"id":"3dfee93","elType":"column","settings":{"_column_size":100},"elements":[{"id":"dd3dfdb","elType":"widget","settings":[],"elements":[],"widgetType":"spacer"}],"isInner":false}],"isInner":false},{"id":"dc94570","elType":"section","settings":[],"elements":[{"id":"6dd573e","elType":"column","settings":{"_column_size":100},"elements":[{"id":"54a6193","elType":"widget","settings":{"anchor":"oqueoferecemos"},"elements":[],"widgetType":"menu-anchor"},{"id":"38d89f1","elType":"widget","settings":{"title":"O que oferecemos","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"1aa8a35","elType":"section","settings":[],"elements":[{"id":"475e2f7","elType":"column","settings":{"_column_size":100},"elements":[{"id":"b5fdc7d","elType":"widget","settings":{"anchor":"nossosclientes"},"elements":[],"widgetType":"menu-anchor"},{"id":"ab1a76b","elType":"widget","settings":{"title":"Clientes","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"c7bbbdc","elType":"section","settings":{"layout":"full_width","gap":"no"},"elements":[{"id":"fd791de","elType":"column","settings":{"_column_size":100},"elements":[{"id":"0840c06","elType":"widget","settings":{"wp_gallery":[{"id":289,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/001_ronta.png"},{"id":290,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/002_nossaloja.png"},{"id":291,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/003_spaautocenter.png"},{"id":292,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/004_lojaelder.png"},{"id":293,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/005_farinelli.png"},{"id":294,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/006_pervalle.png"},{"id":295,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/007_advocacia.png"},{"id":296,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/009_ferrerojoias.png"},{"id":297,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/009_oticasmt.png"},{"id":298,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/010_divisapneus.png"},{"id":299,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/012_ceramicafabiane.png"},{"id":300,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/013_colcci.png"},{"id":301,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/014_angeliedificacoes.png"},{"id":302,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/015_feevida.png"},{"id":303,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/016_cimatel.png"},{"id":304,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/017_velhooeste.png"},{"id":305,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/018_friolar.png"},{"id":306,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/019_deraldocampos.png"},{"id":307,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/020_preventec.png"},{"id":309,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/021_pisoramica.png"},{"id":321,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Logo_01_320x320.png"},{"id":311,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/023_iracemamadeiras.png"},{"id":312,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/023_stmadeiras.png"},{"id":313,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/025_volpiselantes.png"},{"id":314,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/026_bdsblocos.png"},{"id":315,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/029_unicavidros.png"},{"id":316,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/030_postocimatel.png"},{"id":317,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/031_postorota.png"},{"id":318,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/033_tropicalmotos.png"},{"id":319,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/034_imperador.png"},{"id":320,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/035_capane.png"},{"id":322,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Logo_01_320x320-1.png"}],"gallery_columns":"6","gallery_link":"none","gallery_rand":"rand","image_spacing":"custom","image_spacing_custom":{"unit":"px","size":0,"sizes":[]}},"elements":[],"widgetType":"image-gallery"}],"isInner":false}],"isInner":false},{"id":"925f684","elType":"section","settings":[],"elements":[{"id":"db7678a","elType":"column","settings":{"_column_size":100},"elements":[{"id":"fe4eb96","elType":"widget","settings":{"anchor":"meucontato"},"elements":[],"widgetType":"menu-anchor"},{"id":"8db17b5","elType":"widget","settings":{"title":"Contato","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false}]'),
(1673, 329, '_elementor_pro_version', '2.7.3'),
(1674, 329, '_elementor_css', 'a:5:{s:4:"time";i:1575422469;s:5:"fonts";a:1:{i:0;s:5:"Arial";}s:5:"icons";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(1677, 330, '_wp_page_template', 'elementor_header_footer'),
(1678, 330, '_elementor_edit_mode', 'builder'),
(1679, 330, '_elementor_template_type', 'wp-page'),
(1680, 330, '_elementor_version', '2.7.5'),
(1681, 330, '_elementor_data', '[{"id":"01fe2fd","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"30","background_background":"classic","background_color":"#091a46","sticky":"top"},"elements":[{"id":"baf50d5","elType":"column","settings":{"_column_size":33,"_inline_size":9.260999999999999232613845379091799259185791015625},"elements":[],"isInner":false},{"id":"c0e3f21","elType":"column","settings":{"_column_size":33,"_inline_size":19.082999999999998408384271897375583648681640625,"content_position":"center","align":"center"},"elements":[{"id":"9491e2d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"align":"center","link_to":"custom","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"2835eea","elType":"column","settings":{"_column_size":33,"_inline_size":71.655000000000001136868377216160297393798828125},"elements":[{"id":"fd577ad","elType":"widget","settings":{"el_mega_menu":"cim-tecnologia","align":"center","navbar_typography_typography":"custom","navbar_typography_font_family":"Arial","navbar_typography_font_weight":"normal","navbar_typography_text_transform":"none","navbar_typography_font_style":"normal","navbar_typography_text_decoration":"none","navbar_typography_line_height":{"unit":"px","size":115,"sizes":[]},"megamenu_typography_typography":"custom","megamenu_typography_font_family":"Arial","navbar_bg_color":"#091a46","megamenu_color":"#091a46","megamenu_hover":"#091a46","megamenu_bg_color":"#091a46"},"elements":[],"widgetType":"mega-menu"}],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":246,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"48f2f02","elType":"section","settings":[],"elements":[{"id":"3d18022","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"b3de838","elType":"widget","settings":{"title":"A Empresa","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false},{"id":"39c1c28","elType":"section","settings":[],"elements":[{"id":"3dfee93","elType":"column","settings":{"_column_size":100},"elements":[{"id":"dd3dfdb","elType":"widget","settings":[],"elements":[],"widgetType":"spacer"}],"isInner":false}],"isInner":false},{"id":"dc94570","elType":"section","settings":[],"elements":[{"id":"6dd573e","elType":"column","settings":{"_column_size":100},"elements":[{"id":"54a6193","elType":"widget","settings":{"anchor":"oqueoferecemos"},"elements":[],"widgetType":"menu-anchor"},{"id":"38d89f1","elType":"widget","settings":{"title":"O que oferecemos","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"1aa8a35","elType":"section","settings":[],"elements":[{"id":"475e2f7","elType":"column","settings":{"_column_size":100},"elements":[{"id":"b5fdc7d","elType":"widget","settings":{"anchor":"nossosclientes"},"elements":[],"widgetType":"menu-anchor"},{"id":"ab1a76b","elType":"widget","settings":{"title":"Clientes","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"c7bbbdc","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","gap":"no"},"elements":[{"id":"fd791de","elType":"column","settings":{"_column_size":100},"elements":[{"id":"0840c06","elType":"widget","settings":{"wp_gallery":[{"id":289,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/001_ronta.png"},{"id":290,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/002_nossaloja.png"},{"id":291,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/003_spaautocenter.png"},{"id":292,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/004_lojaelder.png"},{"id":293,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/005_farinelli.png"},{"id":294,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/006_pervalle.png"},{"id":295,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/007_advocacia.png"},{"id":296,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/009_ferrerojoias.png"},{"id":297,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/009_oticasmt.png"},{"id":298,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/010_divisapneus.png"},{"id":299,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/012_ceramicafabiane.png"},{"id":300,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/013_colcci.png"},{"id":301,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/014_angeliedificacoes.png"},{"id":302,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/015_feevida.png"},{"id":303,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/016_cimatel.png"},{"id":304,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/017_velhooeste.png"},{"id":305,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/018_friolar.png"},{"id":306,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/019_deraldocampos.png"},{"id":307,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/020_preventec.png"},{"id":309,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/021_pisoramica.png"},{"id":321,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Logo_01_320x320.png"},{"id":311,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/023_iracemamadeiras.png"},{"id":312,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/023_stmadeiras.png"},{"id":313,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/025_volpiselantes.png"},{"id":314,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/026_bdsblocos.png"},{"id":315,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/029_unicavidros.png"},{"id":316,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/030_postocimatel.png"},{"id":317,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/031_postorota.png"},{"id":318,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/033_tropicalmotos.png"},{"id":319,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/034_imperador.png"},{"id":320,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/035_capane.png"},{"id":322,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Logo_01_320x320-1.png"}],"gallery_columns":"6","gallery_link":"none","gallery_rand":"rand","image_spacing":"custom","image_spacing_custom":{"unit":"px","size":0,"sizes":[]}},"elements":[],"widgetType":"image-gallery"}],"isInner":false}],"isInner":false},{"id":"925f684","elType":"section","settings":[],"elements":[{"id":"db7678a","elType":"column","settings":{"_column_size":100},"elements":[{"id":"fe4eb96","elType":"widget","settings":{"anchor":"meucontato"},"elements":[],"widgetType":"menu-anchor"},{"id":"8db17b5","elType":"widget","settings":{"title":"Contato","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false}]');
INSERT INTO `wpu7_postmeta` VALUES
(1682, 330, '_elementor_pro_version', '2.7.3'),
(1683, 330, '_elementor_css', 'a:5:{s:4:"time";i:1575422531;s:5:"fonts";a:1:{i:0;s:5:"Arial";}s:5:"icons";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(1686, 331, '_wp_page_template', 'elementor_header_footer'),
(1687, 331, '_elementor_edit_mode', 'builder'),
(1688, 331, '_elementor_template_type', 'wp-page'),
(1689, 331, '_elementor_version', '2.7.5'),
(1690, 331, '_elementor_data', '[{"id":"01fe2fd","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"30","background_background":"classic","background_color":"#091a46","sticky":"top"},"elements":[{"id":"baf50d5","elType":"column","settings":{"_column_size":33,"_inline_size":9.260999999999999232613845379091799259185791015625},"elements":[],"isInner":false},{"id":"c0e3f21","elType":"column","settings":{"_column_size":33,"_inline_size":19.082999999999998408384271897375583648681640625,"content_position":"center","align":"center"},"elements":[{"id":"9491e2d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"align":"center","link_to":"custom","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"2835eea","elType":"column","settings":{"_column_size":33,"_inline_size":71.655000000000001136868377216160297393798828125},"elements":[{"id":"fd577ad","elType":"widget","settings":{"el_mega_menu":"cim-tecnologia","align":"center","navbar_typography_typography":"custom","navbar_typography_font_family":"Arial","navbar_typography_font_weight":"normal","navbar_typography_text_transform":"none","navbar_typography_font_style":"normal","navbar_typography_text_decoration":"none","navbar_typography_line_height":{"unit":"px","size":115,"sizes":[]},"megamenu_typography_typography":"custom","megamenu_typography_font_family":"Arial","navbar_bg_color":"#091a46","megamenu_color":"#091a46","megamenu_hover":"#091a46","megamenu_bg_color":"#091a46"},"elements":[],"widgetType":"mega-menu"}],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":246,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"48f2f02","elType":"section","settings":[],"elements":[{"id":"3d18022","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"b3de838","elType":"widget","settings":{"title":"A Empresa","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false},{"id":"39c1c28","elType":"section","settings":[],"elements":[{"id":"3dfee93","elType":"column","settings":{"_column_size":100},"elements":[{"id":"dd3dfdb","elType":"widget","settings":[],"elements":[],"widgetType":"spacer"}],"isInner":false}],"isInner":false},{"id":"dc94570","elType":"section","settings":[],"elements":[{"id":"6dd573e","elType":"column","settings":{"_column_size":100},"elements":[{"id":"54a6193","elType":"widget","settings":{"anchor":"oqueoferecemos"},"elements":[],"widgetType":"menu-anchor"},{"id":"38d89f1","elType":"widget","settings":{"title":"O que oferecemos","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"1aa8a35","elType":"section","settings":[],"elements":[{"id":"475e2f7","elType":"column","settings":{"_column_size":100},"elements":[{"id":"b5fdc7d","elType":"widget","settings":{"anchor":"nossosclientes"},"elements":[],"widgetType":"menu-anchor"},{"id":"ab1a76b","elType":"widget","settings":{"title":"Clientes","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"c7bbbdc","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","gap":"no"},"elements":[{"id":"fd791de","elType":"column","settings":{"_column_size":100,"content_position":"center","align":"center"},"elements":[{"id":"0840c06","elType":"widget","settings":{"wp_gallery":[{"id":289,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/001_ronta.png"},{"id":290,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/002_nossaloja.png"},{"id":291,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/003_spaautocenter.png"},{"id":292,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/004_lojaelder.png"},{"id":293,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/005_farinelli.png"},{"id":294,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/006_pervalle.png"},{"id":295,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/007_advocacia.png"},{"id":296,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/009_ferrerojoias.png"},{"id":297,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/009_oticasmt.png"},{"id":298,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/010_divisapneus.png"},{"id":299,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/012_ceramicafabiane.png"},{"id":300,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/013_colcci.png"},{"id":301,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/014_angeliedificacoes.png"},{"id":302,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/015_feevida.png"},{"id":303,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/016_cimatel.png"},{"id":304,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/017_velhooeste.png"},{"id":305,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/018_friolar.png"},{"id":306,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/019_deraldocampos.png"},{"id":307,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/020_preventec.png"},{"id":309,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/021_pisoramica.png"},{"id":321,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Logo_01_320x320.png"},{"id":311,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/023_iracemamadeiras.png"},{"id":312,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/023_stmadeiras.png"},{"id":313,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/025_volpiselantes.png"},{"id":314,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/026_bdsblocos.png"},{"id":315,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/029_unicavidros.png"},{"id":316,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/030_postocimatel.png"},{"id":317,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/031_postorota.png"},{"id":318,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/033_tropicalmotos.png"},{"id":319,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/034_imperador.png"},{"id":320,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/035_capane.png"},{"id":322,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Logo_01_320x320-1.png"}],"gallery_columns":"6","gallery_link":"none","gallery_rand":"rand","image_spacing":"custom","image_spacing_custom":{"unit":"px","size":0,"sizes":[]}},"elements":[],"widgetType":"image-gallery"}],"isInner":false}],"isInner":false},{"id":"925f684","elType":"section","settings":[],"elements":[{"id":"db7678a","elType":"column","settings":{"_column_size":100},"elements":[{"id":"fe4eb96","elType":"widget","settings":{"anchor":"meucontato"},"elements":[],"widgetType":"menu-anchor"},{"id":"8db17b5","elType":"widget","settings":{"title":"Contato","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false}]'),
(1691, 331, '_elementor_pro_version', '2.7.3'),
(1692, 331, '_elementor_css', 'a:5:{s:4:"time";i:1575422646;s:5:"fonts";a:1:{i:0;s:5:"Arial";}s:5:"icons";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(1718, 35, '_elementor_controls_usage', 'a:10:{s:6:"column";a:3:{s:5:"count";i:14;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:6:"layout";a:1:{s:6:"layout";a:3:{s:12:"_inline_size";i:7;s:16:"content_position";i:1;s:5:"align";i:1;}}}}s:5:"image";a:3:{s:5:"count";i:2;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:13:"section_image";a:4:{s:5:"image";i:2;s:5:"align";i:1;s:7:"link_to";i:1;s:4:"link";i:1;}}}}s:9:"mega-menu";a:3:{s:5:"count";i:1;s:15:"control_percent";i:6;s:8:"controls";a:2:{s:7:"content";a:2:{s:14:"navbar_content";a:9:{s:12:"el_mega_menu";i:1;s:5:"align";i:1;s:28:"navbar_typography_typography";i:1;s:29:"navbar_typography_font_family";i:1;s:29:"navbar_typography_font_weight";i:1;s:32:"navbar_typography_text_transform";i:1;s:28:"navbar_typography_font_style";i:1;s:33:"navbar_typography_text_decoration";i:1;s:29:"navbar_typography_line_height";i:1;}s:16:"megamenu_content";a:2:{s:30:"megamenu_typography_typography";i:1;s:31:"megamenu_typography_font_family";i:1;}}s:5:"style";a:2:{s:12:"navbar_style";a:1:{s:15:"navbar_bg_color";i:1;}s:14:"megamenu_style";a:3:{s:14:"megamenu_color";i:1;s:14:"megamenu_hover";i:1;s:17:"megamenu_bg_color";i:1;}}}}s:7:"section";a:3:{s:5:"count";i:9;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:9:{s:6:"layout";i:3;s:3:"gap";i:3;s:15:"stretch_section";i:2;s:13:"content_width";i:1;s:6:"height";i:1;s:13:"custom_height";i:1;s:15:"column_position";i:1;s:16:"content_position";i:2;s:8:"html_tag";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:2;}}s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}s:8:"advanced";a:2:{s:15:"section_effects";a:1:{s:6:"sticky";i:1;}s:16:"section_advanced";a:1:{s:6:"margin";i:1;}}}}s:14:"image-carousel";a:3:{s:5:"count";i:1;s:15:"control_percent";i:3;s:8:"controls";a:2:{s:7:"content";a:1:{s:22:"section_image_carousel";a:5:{s:8:"carousel";i:1;s:14:"thumbnail_size";i:1;s:14:"slides_to_show";i:1;s:13:"image_stretch";i:1;s:10:"navigation";i:1;}}s:8:"advanced";a:1:{s:15:"section_effects";a:2:{s:10:"_animation";i:1;s:18:"animation_duration";i:1;}}}}s:11:"menu-anchor";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_anchor";a:1:{s:6:"anchor";i:4;}}}}s:7:"heading";a:3:{s:5:"count";i:4;s:15:"control_percent";i:4;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:4;s:4:"size";i:4;s:5:"align";i:4;}}s:5:"style";a:1:{s:19:"section_title_style";a:7:{s:11:"title_color";i:4;s:21:"typography_typography";i:4;s:22:"typography_font_family";i:4;s:22:"typography_font_weight";i:4;s:25:"typography_text_transform";i:4;s:21:"typography_font_style";i:4;s:26:"typography_text_decoration";i:4;}}}}s:11:"text-editor";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:1;}}}}s:6:"spacer";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:0:{}}s:7:"gallery";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:7:"content";a:2:{s:8:"settings";a:5:{s:7:"gallery";i:1;s:9:"galleries";i:1;s:14:"gallery_layout";i:1;s:16:"ideal_row_height";i:1;s:7:"link_to";i:1;}s:7:"overlay";a:1:{s:18:"overlay_background";i:1;}}}}}'),
(1708, 333, '_elementor_pro_version', '2.7.3'),
(1705, 333, '_elementor_template_type', 'wp-page'),
(1706, 333, '_elementor_version', '2.7.5'),
(1707, 333, '_elementor_data', '[{"id":"01fe2fd","elType":"section","settings":{"layout":"full_width","gap":"no","structure":"30","background_background":"classic","background_color":"#091a46","sticky":"top"},"elements":[{"id":"baf50d5","elType":"column","settings":{"_column_size":33,"_inline_size":9.260999999999999232613845379091799259185791015625},"elements":[],"isInner":false},{"id":"c0e3f21","elType":"column","settings":{"_column_size":33,"_inline_size":19.082999999999998408384271897375583648681640625,"content_position":"center","align":"center"},"elements":[{"id":"9491e2d","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/09\\/Logo_01.png","id":42},"align":"center","link_to":"custom","link":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/","is_external":"","nofollow":""}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"2835eea","elType":"column","settings":{"_column_size":33,"_inline_size":71.655000000000001136868377216160297393798828125},"elements":[{"id":"fd577ad","elType":"widget","settings":{"el_mega_menu":"cim-tecnologia","align":"center","navbar_typography_typography":"custom","navbar_typography_font_family":"Arial","navbar_typography_font_weight":"normal","navbar_typography_text_transform":"none","navbar_typography_font_style":"normal","navbar_typography_text_decoration":"none","navbar_typography_line_height":{"unit":"px","size":115,"sizes":[]},"megamenu_typography_typography":"custom","megamenu_typography_font_family":"Arial","navbar_bg_color":"#091a46","megamenu_color":"#091a46","megamenu_hover":"#091a46","megamenu_bg_color":"#091a46"},"elements":[],"widgetType":"mega-menu"}],"isInner":false}],"isInner":false},{"id":"1862789","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_width":{"unit":"px","size":892,"sizes":[]},"gap":"no","height":"min-height","custom_height":{"unit":"px","size":450,"sizes":[]},"column_position":"top","content_position":"middle"},"elements":[{"id":"cbb3def","elType":"column","settings":{"_column_size":100},"elements":[{"id":"93fe239","elType":"widget","settings":{"carousel":[{"id":134,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_01.png"},{"id":137,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/Slide_02.png"},{"id":246,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Slide_03.png"}],"thumbnail_size":"full","slides_to_show":"1","image_stretch":"yes","navigation":"arrows","_animation":"none","animation_duration":"slow"},"elements":[],"widgetType":"image-carousel"}],"isInner":false}],"isInner":false},{"id":"48f2f02","elType":"section","settings":[],"elements":[{"id":"3d18022","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e6b0ad","elType":"widget","settings":{"anchor":"aempresa"},"elements":[],"widgetType":"menu-anchor"},{"id":"b3de838","elType":"widget","settings":{"title":"A Empresa","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"d358f30","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","content_position":"top","structure":"40","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":true},"html_tag":"div"},"elements":[{"id":"b153196","elType":"column","settings":{"_column_size":25,"_inline_size":2},"elements":[],"isInner":false},{"id":"070e095","elType":"column","settings":{"_column_size":25,"_inline_size":23},"elements":[{"id":"4401bf3","elType":"widget","settings":{"image":{"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/10\\/logo_original_051.png","id":144}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b8c18db","elType":"column","settings":{"_column_size":25,"_inline_size":55},"elements":[{"id":"4512c10","elType":"widget","settings":{"editor":"<p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">A CIM Tecnologia \\u00e9 uma empresa de solu\\u00e7\\u00f5es em sistemas para gest\\u00e3o empresarial e ambientes de infraestrutura de Tecnologia da Informa\\u00e7\\u00e3o, oferecendo produtos e servi\\u00e7os especializados para implementa\\u00e7\\u00e3o, monitoramento e suporte t\\u00e9cnico, visando o aumento da produtividade, competitividade e maximiza\\u00e7\\u00e3o dos investimentos em tecnologia para as empresas clientes.<\\/p><p style=\\"margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;\\">\\u00a0\\u00a0 Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solu\\u00e7\\u00e3o, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.<\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"e063d8a","elType":"column","settings":{"_column_size":25,"_inline_size":2.4839999999999999857891452847979962825775146484375},"elements":[],"isInner":false}],"isInner":false},{"id":"39c1c28","elType":"section","settings":[],"elements":[{"id":"3dfee93","elType":"column","settings":{"_column_size":100},"elements":[{"id":"dd3dfdb","elType":"widget","settings":[],"elements":[],"widgetType":"spacer"}],"isInner":false}],"isInner":false},{"id":"dc94570","elType":"section","settings":[],"elements":[{"id":"6dd573e","elType":"column","settings":{"_column_size":100},"elements":[{"id":"54a6193","elType":"widget","settings":{"anchor":"oqueoferecemos"},"elements":[],"widgetType":"menu-anchor"},{"id":"38d89f1","elType":"widget","settings":{"title":"O que oferecemos","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"1aa8a35","elType":"section","settings":[],"elements":[{"id":"475e2f7","elType":"column","settings":{"_column_size":100},"elements":[{"id":"b5fdc7d","elType":"widget","settings":{"anchor":"nossosclientes"},"elements":[],"widgetType":"menu-anchor"},{"id":"ab1a76b","elType":"widget","settings":{"title":"Clientes","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false},{"id":"c7bbbdc","elType":"section","settings":{"stretch_section":"section-stretched","layout":"full_width","gap":"no"},"elements":[{"id":"6edfd28","elType":"column","settings":{"_column_size":100},"elements":[{"id":"c84c4fe","elType":"widget","settings":{"gallery":[{"id":289,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/001_ronta.png"},{"id":290,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/002_nossaloja.png"},{"id":291,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/003_spaautocenter.png"},{"id":292,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/004_lojaelder.png"},{"id":293,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/005_farinelli.png"},{"id":294,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/006_pervalle.png"},{"id":295,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/007_advocacia.png"},{"id":296,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/009_ferrerojoias.png"},{"id":297,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/009_oticasmt.png"},{"id":298,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/010_divisapneus.png"},{"id":299,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/012_ceramicafabiane.png"},{"id":300,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/013_colcci.png"},{"id":301,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/014_angeliedificacoes.png"},{"id":302,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/015_feevida.png"},{"id":303,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/016_cimatel.png"},{"id":304,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/017_velhooeste.png"},{"id":305,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/018_friolar.png"},{"id":306,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/019_deraldocampos.png"},{"id":307,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/020_preventec.png"},{"id":309,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/021_pisoramica.png"},{"id":321,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Logo_01_320x320.png"},{"id":311,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/023_iracemamadeiras.png"},{"id":312,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/023_stmadeiras.png"},{"id":313,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/025_volpiselantes.png"},{"id":314,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/026_bdsblocos.png"},{"id":315,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/029_unicavidros.png"},{"id":316,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/030_postocimatel.png"},{"id":317,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/031_postorota.png"},{"id":318,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/033_tropicalmotos.png"},{"id":319,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/034_imperador.png"},{"id":320,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/035_capane.png"},{"id":322,"url":"https:\\/\\/tecnologia.ciminformatica.com\\/wp-content\\/uploads\\/2019\\/12\\/Logo_01_320x320-1.png"}],"galleries":[{"gallery_title":"New Gallery","_id":"c63dd8c","multiple_gallery":[]}],"gallery_layout":"justified","ideal_row_height":{"unit":"px","size":165,"sizes":[]},"link_to":"","show_all_galleries_label":"All","overlay_background":""},"elements":[],"widgetType":"gallery"}],"isInner":false}],"isInner":false},{"id":"925f684","elType":"section","settings":[],"elements":[{"id":"db7678a","elType":"column","settings":{"_column_size":100},"elements":[{"id":"fe4eb96","elType":"widget","settings":{"anchor":"meucontato"},"elements":[],"widgetType":"menu-anchor"},{"id":"8db17b5","elType":"widget","settings":{"title":"Contato","size":"large","align":"left","title_color":"#091a46","typography_typography":"custom","typography_font_family":"Arial","typography_font_weight":"bold","typography_text_transform":"none","typography_font_style":"normal","typography_text_decoration":"none"},"elements":[],"widgetType":"heading"}],"isInner":false}],"isInner":false}]'),
(1711, 334, '_wp_page_template', 'elementor_header_footer'),
(1703, 333, '_wp_page_template', 'elementor_header_footer'),
(1704, 333, '_elementor_edit_mode', 'builder'),
(1716, 334, '_elementor_pro_version', '2.7.3'),
(1717, 334, '_elementor_css', 'a:5:{s:4:"time";i:1575422952;s:5:"fonts";a:1:{i:0;s:5:"Arial";}s:5:"icons";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}'),
(1719, 35, '_elementor_css', 'a:5:{s:4:"time";i:1575422998;s:5:"fonts";a:1:{i:0;s:5:"Arial";}s:5:"icons";a:0:{}s:6:"status";s:4:"file";i:0;s:0:"";}');

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

--
-- Table structure for table `wpu7_posts`
--

CREATE TABLE `wpu7_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `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 NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text 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 NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wpu7_posts`
--

INSERT INTO `wpu7_posts` VALUES
(49, 1, '2019-09-15 05:19:40', '2019-09-15 05:19:40', '<img width="500" height="402" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w" sizes="(max-width: 500px) 100vw, 500px" />											\n		<p>Suporte<br /><a style="color: #ffffff;" href="https://wa.me/5566996009222" target="_blank" rel="noopener noreferrer">(66) 99600-9222</a><br /><a style="color: #ffffff;" href="https://wa.me/5566996049222" target="_blank" rel="noopener noreferrer">(66) 99604-9222</a></p>		\n			<a href="https://www.cimtecnologia.com.br" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button">\n						Sobre\n					</a>\n			<a href="#" role="button">\n						Serviços\n					</a>\n			<a href="#" role="button">\n						Clientes\n					</a>\n			<a href="#" role="button">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-09-15 05:19:40', '2019-09-15 05:19:40', '', 35, 'https://tecnologia.ciminformatica.com/2019/09/15/35-revision-v1/', 0, 'revision', '', 0),
(68, 1, '2019-09-15 06:10:35', '2019-09-15 06:10:35', '<img width="500" height="402" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w" sizes="(max-width: 500px) 100vw, 500px" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-09-15 06:10:35', '2019-09-15 06:10:35', '', 35, 'https://tecnologia.ciminformatica.com/2019/09/15/35-revision-v1/', 0, 'revision', '', 0),
(50, 1, '2019-09-15 05:22:47', '2019-09-15 05:22:47', '<img width="500" height="402" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w" sizes="(max-width: 500px) 100vw, 500px" />											\n		<p>Suporte<br /><a style="color: #ffffff;" href="https://wa.me/5566996009222" target="_blank" rel="noopener noreferrer">(66) 99600-9222</a><br /><a style="color: #ffffff;" href="https://wa.me/5566996049222" target="_blank" rel="noopener noreferrer">(66) 99604-9222</a></p>		\n			<a href="https://www.cimtecnologia.com.br" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-09-15 05:22:47', '2019-09-15 05:22:47', '', 35, 'https://tecnologia.ciminformatica.com/2019/09/15/35-revision-v1/', 0, 'revision', '', 0),
(51, 1, '2019-09-15 05:23:27', '2019-09-15 05:23:27', '<img width="500" height="402" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w" sizes="(max-width: 500px) 100vw, 500px" />											\n		<p>Suporte<br /><a style="color: #ffffff;" href="https://wa.me/5566996009222" target="_blank" rel="noopener noreferrer">(66) 99600-9222</a><br /><a style="color: #ffffff;" href="https://wa.me/5566996049222" target="_blank" rel="noopener noreferrer">(66) 99604-9222</a></p>		\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-09-15 05:23:27', '2019-09-15 05:23:27', '', 35, 'https://tecnologia.ciminformatica.com/2019/09/15/35-revision-v1/', 0, 'revision', '', 0),
(52, 1, '2019-09-15 05:24:30', '2019-09-15 05:24:30', '<img width="500" height="402" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w" sizes="(max-width: 500px) 100vw, 500px" />											\n		<p>Suporte<br /><a style="color: #ffffff;" href="https://wa.me/5566996009222" target="_blank" rel="noopener noreferrer">(66) 99600-9222</a><br /><a style="color: #ffffff;" href="https://wa.me/5566996049222" target="_blank" rel="noopener noreferrer">(66) 99604-9222</a></p>		\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-09-15 05:24:30', '2019-09-15 05:24:30', '', 35, 'https://tecnologia.ciminformatica.com/2019/09/15/35-revision-v1/', 0, 'revision', '', 0),
(53, 1, '2019-09-15 05:24:53', '2019-09-15 05:24:53', '<img width="500" height="402" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w" sizes="(max-width: 500px) 100vw, 500px" />											\n		<p>Suporte<br /><a style="color: #ffffff;" href="https://wa.me/5566996009222" target="_blank" rel="noopener noreferrer">(66) 99600-9222</a><br /><a style="color: #ffffff;" href="https://wa.me/5566996049222" target="_blank" rel="noopener noreferrer">(66) 99604-9222</a></p>		\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-09-15 05:24:53', '2019-09-15 05:24:53', '', 35, 'https://tecnologia.ciminformatica.com/2019/09/15/35-revision-v1/', 0, 'revision', '', 0),
(54, 1, '2019-09-15 05:25:53', '2019-09-15 05:25:53', '<img width="500" height="402" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w" sizes="(max-width: 500px) 100vw, 500px" />											\n		<p>Suporte<br /><a style="color: #ffffff;" href="https://wa.me/5566996009222" target="_blank" rel="noopener noreferrer">(66) 99600-9222</a><br /><a style="color: #ffffff;" href="https://wa.me/5566996049222" target="_blank" rel="noopener noreferrer">(66) 99604-9222</a></p>		\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-09-15 05:25:53', '2019-09-15 05:25:53', '', 35, 'https://tecnologia.ciminformatica.com/2019/09/15/35-revision-v1/', 0, 'revision', '', 0),
(79, 1, '2019-10-07 21:30:50', '2019-10-07 21:30:50', '<img width="500" height="402" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w" sizes="(max-width: 500px) 100vw, 500px" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-07 21:30:50', '2019-10-07 21:30:50', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/07/35-revision-v1/', 0, 'revision', '', 0),
(35, 1, '2019-09-15 04:25:56', '2019-09-15 04:25:56', '<a href="https://tecnologia.ciminformatica.com/" data-elementor-open-lightbox="">\n							<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />								</a>\n		<nav itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope" id="cbp-hsmenu-wrapper">\n				<ul id="mega-menu"><li id="menu-item-150"><a title="Inicio" href="https://tecnologia.ciminformatica.com/">Inicio</a></li>\n<li id="menu-item-181"><a href="#aempresa">Sobre</a></li>\n<li id="menu-item-196"><a href="#oqueoferecemos">O que oferecemos</a></li>\n<li id="menu-item-325"><a href="#nossosclientes">Clientes</a></li>\n<li id="menu-item-326"><a href="#meucontato">Contato</a></li>\n</ul>			\n		</nav>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n			<h2>A Empresa</h2>		\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.</p>		\n			<h2>O que oferecemos</h2>		\n			<h2>Clientes</h2>		\n			<h2>Contato</h2>', 'Inicio', '', 'publish', 'closed', 'closed', '', 'inicio', '', '', '2019-12-04 01:29:57', '2019-12-04 01:29:57', '', 0, 'https://tecnologia.ciminformatica.com/?page_id=35', 0, 'page', '', 0),
(36, 1, '2019-09-15 04:25:56', '2019-09-15 04:25:56', '', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-09-15 04:25:56', '2019-09-15 04:25:56', '', 35, 'https://tecnologia.ciminformatica.com/2019/09/15/35-revision-v1/', 0, 'revision', '', 0),
(164, 1, '2019-11-22 00:47:21', '2019-11-22 00:47:21', '<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="oqueoferecemos">\n						O que oferecemos\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p>A Empresa</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.</p>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-11-22 00:47:21', '2019-11-22 00:47:21', '', 35, 'https://tecnologia.ciminformatica.com/2019/11/22/35-revision-v1/', 0, 'revision', '', 0),
(39, 1, '2019-09-15 04:52:05', '2019-09-15 04:52:05', '<a href="#" role="button">\n						Início\n					</a>\n			<a href="#" role="button">\n						Sobre\n					</a>\n			<a href="#" role="button">\n						Serviços\n					</a>\n			<a href="#" role="button">\n						Clientes\n					</a>\n			<a href="#" role="button">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-09-15 04:52:05', '2019-09-15 04:52:05', '', 35, 'https://tecnologia.ciminformatica.com/2019/09/15/35-revision-v1/', 0, 'revision', '', 0),
(40, 1, '2019-09-15 04:53:16', '2019-09-15 04:53:16', '<img src="https://tecnologia.ciminformatica.com/wp-content/plugins/elementor/assets/images/placeholder.png" title="" alt="" />											\n			<a href="#" role="button">\n						Início\n					</a>\n			<a href="#" role="button">\n						Sobre\n					</a>\n			<a href="#" role="button">\n						Serviços\n					</a>\n			<a href="#" role="button">\n						Clientes\n					</a>\n			<a href="#" role="button">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-09-15 04:53:16', '2019-09-15 04:53:16', '', 35, 'https://tecnologia.ciminformatica.com/2019/09/15/35-revision-v1/', 0, 'revision', '', 0),
(41, 1, '2019-09-15 04:55:01', '2019-09-15 04:55:01', '<img src="https://tecnologia.ciminformatica.com/wp-content/plugins/elementor/assets/images/placeholder.png" title="" alt="" />											\n			<a href="#" role="button">\n						Início\n					</a>\n			<a href="#" role="button">\n						Sobre\n					</a>\n			<a href="#" role="button">\n						Serviços\n					</a>\n			<a href="#" role="button">\n						Clientes\n					</a>\n			<a href="#" role="button">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-09-15 04:55:01', '2019-09-15 04:55:01', '', 35, 'https://tecnologia.ciminformatica.com/2019/09/15/35-revision-v1/', 0, 'revision', '', 0),
(42, 1, '2019-09-15 04:55:52', '2019-09-15 04:55:52', '', 'Logo_01', '', 'inherit', 'open', 'closed', '', 'logo_01', '', '', '2019-09-15 04:55:52', '2019-09-15 04:55:52', '', 35, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png', 0, 'attachment', 'image/png', 0),
(43, 1, '2019-09-15 04:58:44', '2019-09-15 04:58:44', '<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />											\n			<h2>A tecnologia facilitando a sua vida</h2>		\n			<a href="#" role="button">\n						Início\n					</a>\n			<a href="#" role="button">\n						Sobre\n					</a>\n			<a href="#" role="button">\n						Serviços\n					</a>\n			<a href="#" role="button">\n						Clientes\n					</a>\n			<a href="#" role="button">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-09-15 04:58:44', '2019-09-15 04:58:44', '', 35, 'https://tecnologia.ciminformatica.com/2019/09/15/35-revision-v1/', 0, 'revision', '', 0),
(44, 1, '2019-09-15 05:00:45', '2019-09-15 05:00:45', '', 'Logo_03', '', 'inherit', 'open', 'closed', '', 'logo_03', '', '', '2019-09-15 05:00:45', '2019-09-15 05:00:45', '', 35, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png', 0, 'attachment', 'image/png', 0),
(45, 1, '2019-09-15 05:00:55', '2019-09-15 05:00:55', '<img width="500" height="402" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w" sizes="(max-width: 500px) 100vw, 500px" />											\n			<a href="#" role="button">\n						Início\n					</a>\n			<a href="#" role="button">\n						Sobre\n					</a>\n			<a href="#" role="button">\n						Serviços\n					</a>\n			<a href="#" role="button">\n						Clientes\n					</a>\n			<a href="#" role="button">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-09-15 05:00:55', '2019-09-15 05:00:55', '', 35, 'https://tecnologia.ciminformatica.com/2019/09/15/35-revision-v1/', 0, 'revision', '', 0),
(46, 1, '2019-09-15 05:03:43', '2019-09-15 05:03:43', '<img width="500" height="402" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w" sizes="(max-width: 500px) 100vw, 500px" />											\n			<a href="#" role="button">\n						Início\n					</a>\n			<a href="#" role="button">\n						Sobre\n					</a>\n			<a href="#" role="button">\n						Serviços\n					</a>\n			<a href="#" role="button">\n						Clientes\n					</a>\n			<a href="#" role="button">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-09-15 05:03:43', '2019-09-15 05:03:43', '', 35, 'https://tecnologia.ciminformatica.com/2019/09/15/35-revision-v1/', 0, 'revision', '', 0),
(69, 1, '2019-09-15 06:11:10', '2019-09-15 06:11:10', '<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-09-15 06:11:10', '2019-09-15 06:11:10', '', 35, 'https://tecnologia.ciminformatica.com/2019/09/15/35-revision-v1/', 0, 'revision', '', 0),
(47, 1, '2019-09-15 05:14:02', '2019-09-15 05:14:02', '<img width="500" height="402" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w" sizes="(max-width: 500px) 100vw, 500px" />											\n		<p>Suporte<br /><a href="https://wa.me/5566996009222" target="_blank" rel="noopener noreferrer">(66) 99600-9222</a><br /><a href="https://wa.me/5566996049222" target="_blank" rel="noopener noreferrer">(66) 99604-9222</a></p>		\n			<a href="#" role="button">\n						Início\n					</a>\n			<a href="#" role="button">\n						Sobre\n					</a>\n			<a href="#" role="button">\n						Serviços\n					</a>\n			<a href="#" role="button">\n						Clientes\n					</a>\n			<a href="#" role="button">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-09-15 05:14:02', '2019-09-15 05:14:02', '', 35, 'https://tecnologia.ciminformatica.com/2019/09/15/35-revision-v1/', 0, 'revision', '', 0),
(48, 1, '2019-09-15 05:16:53', '2019-09-15 05:16:53', '<img width="500" height="402" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w" sizes="(max-width: 500px) 100vw, 500px" />											\n		<p>Suporte<br /><a style="color: #ffffff;" href="https://wa.me/5566996009222" target="_blank" rel="noopener noreferrer">(66) 99600-9222</a><br /><a style="color: #ffffff;" href="https://wa.me/5566996049222" target="_blank" rel="noopener noreferrer">(66) 99604-9222</a></p>		\n			<a href="#" role="button">\n						Início\n					</a>\n			<a href="#" role="button">\n						Sobre\n					</a>\n			<a href="#" role="button">\n						Serviços\n					</a>\n			<a href="#" role="button">\n						Clientes\n					</a>\n			<a href="#" role="button">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-09-15 05:16:53', '2019-09-15 05:16:53', '', 35, 'https://tecnologia.ciminformatica.com/2019/09/15/35-revision-v1/', 0, 'revision', '', 0),
(13, 1, '2019-09-14 01:52:09', '2019-09-14 01:52:09', '', 'Favicon_01', '', 'inherit', 'open', 'closed', '', 'favicon_01', '', '', '2019-09-14 01:52:09', '2019-09-14 01:52:09', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Favicon_01.png', 0, 'attachment', 'image/png', 0),
(163, 1, '2019-11-22 00:46:57', '2019-11-22 00:46:57', '<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="oqueoferecemos">\n						O que oferecemos\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p>A Empresa</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.</p>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-11-22 00:46:57', '2019-11-22 00:46:57', '', 35, 'https://tecnologia.ciminformatica.com/2019/11/22/35-revision-v1/', 0, 'revision', '', 0),
(23, 1, '2019-09-14 02:01:25', '2019-09-14 02:01:25', '.site-title {display: none; }\n\n\n', 'oceanwp', '', 'publish', 'closed', 'closed', '', 'oceanwp', '', '', '2019-09-14 02:17:23', '2019-09-14 02:17:23', '', 0, 'https://tecnologia.ciminformatica.com/2019/09/14/oceanwp/', 0, 'custom_css', '', 0),
(26, 1, '2019-09-14 02:11:49', '2019-09-14 02:11:49', '.clr {display: none; }', 'oceanwp', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2019-09-14 02:11:49', '2019-09-14 02:11:49', '', 23, 'https://tecnologia.ciminformatica.com/2019/09/14/23-revision-v1/', 0, 'revision', '', 0),
(24, 1, '2019-09-14 02:01:25', '2019-09-14 02:01:25', '.site-branding {display: none; }\n.site-info {display: none; }    \n.main-navigation {display: none; }\n.site-header {display: none}', 'oceanwp', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2019-09-14 02:01:25', '2019-09-14 02:01:25', '', 23, 'https://tecnologia.ciminformatica.com/2019/09/14/23-revision-v1/', 0, 'revision', '', 0),
(28, 1, '2019-09-14 02:14:46', '2019-09-14 02:14:46', '.site-title {display: none; }\n', 'oceanwp', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2019-09-14 02:14:46', '2019-09-14 02:14:46', '', 23, 'https://tecnologia.ciminformatica.com/2019/09/14/23-revision-v1/', 0, 'revision', '', 0),
(161, 1, '2019-11-22 00:39:51', '2019-11-22 00:39:51', '<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p>A Empresa</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.</p>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-11-22 00:39:51', '2019-11-22 00:39:51', '', 35, 'https://tecnologia.ciminformatica.com/2019/11/22/35-revision-v1/', 0, 'revision', '', 0),
(245, 1, '2019-12-03 23:05:01', '0000-00-00 00:00:00', '', 'Rascunho automático', '', 'auto-draft', 'open', 'open', '', '', '', '', '2019-12-03 23:05:01', '0000-00-00 00:00:00', '', 0, 'https://tecnologia.ciminformatica.com/?p=245', 0, 'post', '', 0),
(33, 1, '2019-09-15 04:17:35', '2019-09-15 04:17:35', '.site-branding {display: none; }\n.site-info {display: none; }    \n.main-navigation {display: none; }\n.site-header {display: none}', 'cimtecnologia', '', 'publish', 'closed', 'closed', '', 'cimtecnologia', '', '', '2019-09-15 04:17:35', '2019-09-15 04:17:35', '', 0, 'https://tecnologia.ciminformatica.com/2019/09/15/cimtecnologia/', 0, 'custom_css', '', 0),
(34, 1, '2019-09-15 04:17:35', '2019-09-15 04:17:35', '.site-branding {display: none; }\n.site-info {display: none; }    \n.main-navigation {display: none; }\n.site-header {display: none}', 'cimtecnologia', '', 'inherit', 'closed', 'closed', '', '33-revision-v1', '', '', '2019-09-15 04:17:35', '2019-09-15 04:17:35', '', 33, 'https://tecnologia.ciminformatica.com/2019/09/15/33-revision-v1/', 0, 'revision', '', 0),
(55, 1, '2019-09-15 05:27:18', '2019-09-15 05:27:18', '<img width="500" height="402" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w" sizes="(max-width: 500px) 100vw, 500px" />											\n		<p>Suporte<br /><a style="color: #ffffff;" href="https://wa.me/5566996009222" target="_blank" rel="noopener noreferrer">(66) 99600-9222</a><br /><a style="color: #ffffff;" href="https://wa.me/5566996049222" target="_blank" rel="noopener noreferrer">(66) 99604-9222</a></p>		\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-09-15 05:27:18', '2019-09-15 05:27:18', '', 35, 'https://tecnologia.ciminformatica.com/2019/09/15/35-revision-v1/', 0, 'revision', '', 0),
(56, 1, '2019-09-15 05:29:22', '2019-09-15 05:29:22', '<img width="500" height="402" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w" sizes="(max-width: 500px) 100vw, 500px" />											\n		<p>Suporte<br /><a style="color: #ffffff;" href="https://wa.me/5566996009222" target="_blank" rel="noopener noreferrer">(66) 99600-9222</a><br /><a style="color: #ffffff;" href="https://wa.me/5566996049222" target="_blank" rel="noopener noreferrer">(66) 99604-9222</a></p>		\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-09-15 05:29:22', '2019-09-15 05:29:22', '', 35, 'https://tecnologia.ciminformatica.com/2019/09/15/35-revision-v1/', 0, 'revision', '', 0),
(57, 1, '2019-09-15 05:31:10', '2019-09-15 05:31:10', '<img width="500" height="402" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w" sizes="(max-width: 500px) 100vw, 500px" />											\n		<p>Suporte<br /><a style="color: #ffffff;" href="https://wa.me/5566996009222" target="_blank" rel="noopener noreferrer">(66) 99600-9222</a><br /><a style="color: #ffffff;" href="https://wa.me/5566996049222" target="_blank" rel="noopener noreferrer">(66) 99604-9222</a></p>		\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-09-15 05:31:10', '2019-09-15 05:31:10', '', 35, 'https://tecnologia.ciminformatica.com/2019/09/15/35-revision-v1/', 0, 'revision', '', 0),
(58, 1, '2019-09-15 05:34:53', '2019-09-15 05:34:53', '<img width="500" height="402" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w" sizes="(max-width: 500px) 100vw, 500px" />											\n		<p>Suporte<br /><a style="color: #ffffff;" href="https://wa.me/5566996009222" target="_blank" rel="noopener noreferrer">(66) 99600-9222</a><br /><a style="color: #ffffff;" href="https://wa.me/5566996049222" target="_blank" rel="noopener noreferrer">(66) 99604-9222</a></p>		\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-09-15 05:34:53', '2019-09-15 05:34:53', '', 35, 'https://tecnologia.ciminformatica.com/2019/09/15/35-revision-v1/', 0, 'revision', '', 0),
(59, 1, '2019-09-15 05:44:12', '2019-09-15 05:44:12', '<img width="500" height="402" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w" sizes="(max-width: 500px) 100vw, 500px" />											\n		<p>Suporte<br /><a style="color: #ffffff;" href="https://wa.me/5566996009222" target="_blank" rel="noopener noreferrer">(66) 99600-9222</a><br /><a style="color: #ffffff;" href="https://wa.me/5566996049222" target="_blank" rel="noopener noreferrer">(66) 99604-9222</a></p>		\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-09-15 05:44:12', '2019-09-15 05:44:12', '', 35, 'https://tecnologia.ciminformatica.com/2019/09/15/35-revision-v1/', 0, 'revision', '', 0),
(61, 1, '2019-09-15 05:57:02', '2019-09-15 05:57:02', '<img width="500" height="402" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w" sizes="(max-width: 500px) 100vw, 500px" />											\n		<p>Suporte<br /><a style="color: #ffffff;" href="https://wa.me/5566996009222" target="_blank" rel="noopener noreferrer">(66) 99600-9222</a><br /><a style="color: #ffffff;" href="https://wa.me/5566996049222" target="_blank" rel="noopener noreferrer">(66) 99604-9222</a></p>		\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-09-15 05:57:02', '2019-09-15 05:57:02', '', 35, 'https://tecnologia.ciminformatica.com/2019/09/15/35-revision-v1/', 0, 'revision', '', 0),
(62, 1, '2019-09-15 05:59:09', '2019-09-15 05:59:09', '<img width="500" height="402" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w" sizes="(max-width: 500px) 100vw, 500px" />											\n		<p>Suporte<br /><a style="color: #ffffff;" href="https://wa.me/5566996009222" target="_blank" rel="noopener noreferrer">(66) 99600-9222</a><br /><a style="color: #ffffff;" href="https://wa.me/5566996049222" target="_blank" rel="noopener noreferrer">(66) 99604-9222</a></p>		\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-09-15 05:59:09', '2019-09-15 05:59:09', '', 35, 'https://tecnologia.ciminformatica.com/2019/09/15/35-revision-v1/', 0, 'revision', '', 0),
(63, 1, '2019-09-15 06:01:30', '2019-09-15 06:01:30', '<img width="500" height="402" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w" sizes="(max-width: 500px) 100vw, 500px" />											\n		<p>Suporte<br /><a style="color: #ffffff;" href="https://wa.me/5566996009222" target="_blank" rel="noopener noreferrer">(66) 99600-9222</a><br /><a style="color: #ffffff;" href="https://wa.me/5566996049222" target="_blank" rel="noopener noreferrer">(66) 99604-9222</a></p>		\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-09-15 06:01:30', '2019-09-15 06:01:30', '', 35, 'https://tecnologia.ciminformatica.com/2019/09/15/35-revision-v1/', 0, 'revision', '', 0),
(64, 1, '2019-09-15 06:04:43', '2019-09-15 06:04:43', '<img width="500" height="402" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w" sizes="(max-width: 500px) 100vw, 500px" />											\n		<p>Suporte<br /><a style="color: #ffffff;" href="https://wa.me/5566996009222" target="_blank" rel="noopener noreferrer">(66) 99600-9222</a><br /><a style="color: #ffffff;" href="https://wa.me/5566996049222" target="_blank" rel="noopener noreferrer">(66) 99604-9222</a></p>		\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-09-15 06:04:43', '2019-09-15 06:04:43', '', 35, 'https://tecnologia.ciminformatica.com/2019/09/15/35-revision-v1/', 0, 'revision', '', 0),
(65, 1, '2019-09-15 06:05:22', '2019-09-15 06:05:22', '<img width="500" height="402" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w" sizes="(max-width: 500px) 100vw, 500px" />											\n		<p>Suporte<br /><a style="color: #ffffff;" href="https://wa.me/5566996009222" target="_blank" rel="noopener noreferrer">(66) 99600-9222</a><br /><a style="color: #ffffff;" href="https://wa.me/5566996049222" target="_blank" rel="noopener noreferrer">(66) 99604-9222</a></p>		\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-09-15 06:05:22', '2019-09-15 06:05:22', '', 35, 'https://tecnologia.ciminformatica.com/2019/09/15/35-revision-v1/', 0, 'revision', '', 0),
(66, 1, '2019-09-15 06:05:32', '2019-09-15 06:05:32', '<img width="500" height="402" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w" sizes="(max-width: 500px) 100vw, 500px" />											\n		<p>Suporte<br /><a style="color: #ffffff;" href="https://wa.me/5566996009222" target="_blank" rel="noopener noreferrer">(66) 99600-9222</a><br /><a style="color: #ffffff;" href="https://wa.me/5566996049222" target="_blank" rel="noopener noreferrer">(66) 99604-9222</a></p>		\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-09-15 06:05:32', '2019-09-15 06:05:32', '', 35, 'https://tecnologia.ciminformatica.com/2019/09/15/35-revision-v1/', 0, 'revision', '', 0),
(67, 1, '2019-09-15 06:09:29', '2019-09-15 06:09:29', '<img width="500" height="402" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w" sizes="(max-width: 500px) 100vw, 500px" />											\n		<p>Suporte<br /><a style="color: #ffffff;" href="https://wa.me/5566996009222" target="_blank" rel="noopener noreferrer">(66) 99600-9222</a><br /><a style="color: #ffffff;" href="https://wa.me/5566996049222" target="_blank" rel="noopener noreferrer">(66) 99604-9222</a></p>		\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-09-15 06:09:29', '2019-09-15 06:09:29', '', 35, 'https://tecnologia.ciminformatica.com/2019/09/15/35-revision-v1/', 0, 'revision', '', 0),
(70, 1, '2019-09-15 06:12:16', '2019-09-15 06:12:16', '<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-09-15 06:12:16', '2019-09-15 06:12:16', '', 35, 'https://tecnologia.ciminformatica.com/2019/09/15/35-revision-v1/', 0, 'revision', '', 0),
(71, 1, '2019-09-15 06:13:46', '2019-09-15 06:13:46', '<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-09-15 06:13:46', '2019-09-15 06:13:46', '', 35, 'https://tecnologia.ciminformatica.com/2019/09/15/35-revision-v1/', 0, 'revision', '', 0),
(72, 1, '2019-09-15 06:16:47', '2019-09-15 06:16:47', '<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-09-15 06:16:47', '2019-09-15 06:16:47', '', 35, 'https://tecnologia.ciminformatica.com/2019/09/15/35-revision-v1/', 0, 'revision', '', 0),
(73, 1, '2019-09-15 06:26:22', '2019-09-15 06:26:22', '<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-09-15 06:26:22', '2019-09-15 06:26:22', '', 35, 'https://tecnologia.ciminformatica.com/2019/09/15/35-revision-v1/', 0, 'revision', '', 0),
(74, 1, '2019-09-15 06:32:44', '2019-09-15 06:32:44', '<img width="500" height="402" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w" sizes="(max-width: 500px) 100vw, 500px" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-09-15 06:32:44', '2019-09-15 06:32:44', '', 35, 'https://tecnologia.ciminformatica.com/2019/09/15/35-revision-v1/', 0, 'revision', '', 0),
(75, 1, '2019-09-15 06:34:13', '2019-09-15 06:34:13', '<img width="500" height="402" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w" sizes="(max-width: 500px) 100vw, 500px" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-09-15 06:34:13', '2019-09-15 06:34:13', '', 35, 'https://tecnologia.ciminformatica.com/2019/09/15/35-revision-v1/', 0, 'revision', '', 0),
(77, 1, '2019-09-15 06:36:13', '2019-09-15 06:36:13', '<img width="500" height="402" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w" sizes="(max-width: 500px) 100vw, 500px" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-09-15 06:36:13', '2019-09-15 06:36:13', '', 35, 'https://tecnologia.ciminformatica.com/2019/09/15/35-revision-v1/', 0, 'revision', '', 0),
(80, 1, '2019-10-07 21:31:26', '2019-10-07 21:31:26', '<img width="500" height="402" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w" sizes="(max-width: 500px) 100vw, 500px" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-07 21:31:26', '2019-10-07 21:31:26', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/07/35-revision-v1/', 0, 'revision', '', 0),
(81, 1, '2019-10-07 21:32:43', '2019-10-07 21:32:43', '<img width="500" height="402" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w" sizes="(max-width: 500px) 100vw, 500px" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-07 21:32:43', '2019-10-07 21:32:43', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/07/35-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpu7_posts` VALUES
(82, 1, '2019-10-07 21:33:06', '2019-10-07 21:33:06', '<img width="500" height="402" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w" sizes="(max-width: 500px) 100vw, 500px" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-07 21:33:06', '2019-10-07 21:33:06', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/07/35-revision-v1/', 0, 'revision', '', 0),
(83, 1, '2019-10-07 21:34:26', '2019-10-07 21:34:26', '<img width="500" height="402" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w" sizes="(max-width: 500px) 100vw, 500px" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-07 21:34:26', '2019-10-07 21:34:26', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/07/35-revision-v1/', 0, 'revision', '', 0),
(84, 1, '2019-10-07 21:35:32', '2019-10-07 21:35:32', '<img width="500" height="402" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w" sizes="(max-width: 500px) 100vw, 500px" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-07 21:35:32', '2019-10-07 21:35:32', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/07/35-revision-v1/', 0, 'revision', '', 0),
(87, 1, '2019-10-07 21:37:34', '2019-10-07 21:37:34', '<img width="500" height="402" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w" sizes="(max-width: 500px) 100vw, 500px" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-07 21:37:34', '2019-10-07 21:37:34', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/07/35-revision-v1/', 0, 'revision', '', 0),
(86, 1, '2019-10-07 21:36:55', '2019-10-07 21:36:55', '<img width="500" height="402" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w" sizes="(max-width: 500px) 100vw, 500px" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-07 21:36:55', '2019-10-07 21:36:55', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/07/35-revision-v1/', 0, 'revision', '', 0),
(85, 1, '2019-10-07 21:36:21', '2019-10-07 21:36:21', '<img width="500" height="402" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w" sizes="(max-width: 500px) 100vw, 500px" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-07 21:36:21', '2019-10-07 21:36:21', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/07/35-revision-v1/', 0, 'revision', '', 0),
(88, 1, '2019-10-07 21:39:08', '2019-10-07 21:39:08', '<img width="500" height="402" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w" sizes="(max-width: 500px) 100vw, 500px" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-07 21:39:08', '2019-10-07 21:39:08', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/07/35-revision-v1/', 0, 'revision', '', 0),
(91, 1, '2019-10-07 21:49:31', '2019-10-07 21:49:31', '<img width="500" height="402" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w" sizes="(max-width: 500px) 100vw, 500px" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-07 21:49:31', '2019-10-07 21:49:31', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/07/35-revision-v1/', 0, 'revision', '', 0),
(90, 1, '2019-10-07 21:48:18', '2019-10-07 21:48:18', '<i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i><i>&#xE934;</i> 5/5		\n										<img width="500" height="402" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w" sizes="(max-width: 500px) 100vw, 500px" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-07 21:48:18', '2019-10-07 21:48:18', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/07/35-revision-v1/', 0, 'revision', '', 0),
(93, 1, '2019-10-07 21:59:24', '2019-10-07 21:59:24', '<img width="500" height="402" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w" sizes="(max-width: 500px) 100vw, 500px" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-07 21:59:24', '2019-10-07 21:59:24', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/07/35-revision-v1/', 0, 'revision', '', 0),
(95, 1, '2019-10-07 22:02:20', '2019-10-07 22:02:20', '<a role="button" id="inicio">\n					</a>\n										<img width="500" height="402" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w" sizes="(max-width: 500px) 100vw, 500px" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-07 22:02:20', '2019-10-07 22:02:20', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/07/35-revision-v1/', 0, 'revision', '', 0),
(94, 1, '2019-10-07 22:00:05', '2019-10-07 22:00:05', '<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n										<img width="500" height="402" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w" sizes="(max-width: 500px) 100vw, 500px" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-07 22:00:05', '2019-10-07 22:00:05', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/07/35-revision-v1/', 0, 'revision', '', 0),
(96, 1, '2019-10-07 22:03:43', '2019-10-07 22:03:43', '<a role="button" id="inicio">\n					</a>\n										<img width="300" height="241" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w" sizes="(max-width: 300px) 100vw, 300px" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-07 22:03:43', '2019-10-07 22:03:43', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/07/35-revision-v1/', 0, 'revision', '', 0),
(101, 1, '2019-10-07 22:25:53', '2019-10-07 22:25:53', '<a role="button" id="inicio">\n					</a>\n										<img width="300" height="241" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w" sizes="(max-width: 300px) 100vw, 300px" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n			<figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="default" data-elementor-lightbox-slideshow="e8548ad" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01-150x150.png" alt="" /></a>\n			</figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="default" data-elementor-lightbox-slideshow="e8548ad" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02-150x150.png" alt="" /></a>\n			</figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="default" data-elementor-lightbox-slideshow="e8548ad" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_05.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_05-150x150.png" alt="" /></a>\n			</figure>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-07 22:25:53', '2019-10-07 22:25:53', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/07/35-revision-v1/', 0, 'revision', '', 0),
(134, 1, '2019-10-07 23:52:39', '2019-10-07 23:52:39', '', 'Slide_01', '', 'inherit', 'open', 'closed', '', 'slide_01', '', '', '2019-10-07 23:52:39', '2019-10-07 23:52:39', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png', 0, 'attachment', 'image/png', 0),
(137, 1, '2019-10-08 00:06:18', '2019-10-08 00:06:18', '', 'Slide_02', '', 'inherit', 'open', 'closed', '', 'slide_02', '', '', '2019-10-08 00:06:18', '2019-10-08 00:06:18', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png', 0, 'attachment', 'image/png', 0),
(246, 1, '2019-12-03 23:35:58', '2019-12-03 23:35:58', '', 'Slide_03', '', 'inherit', 'open', 'closed', '', 'slide_03', '', '', '2019-12-03 23:35:58', '2019-12-03 23:35:58', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Slide_03.png', 0, 'attachment', 'image/png', 0),
(112, 1, '2019-10-07 22:43:39', '2019-10-07 22:43:39', '<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_05.png" alt="Slide_05" /></figure>			\n						Previous\n						Next', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-07 22:43:39', '2019-10-07 22:43:39', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/07/35-revision-v1/', 0, 'revision', '', 0),
(102, 1, '2019-10-07 22:31:43', '2019-10-07 22:31:43', '<a role="button" id="inicio">\n					</a>\n										<img width="300" height="241" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w" sizes="(max-width: 300px) 100vw, 300px" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_05.png" alt="Slide_05" /></figure>			\n						Previous\n						Next', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-07 22:31:43', '2019-10-07 22:31:43', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/07/35-revision-v1/', 0, 'revision', '', 0),
(103, 1, '2019-10-07 22:32:34', '2019-10-07 22:32:34', '<a role="button" id="inicio">\n					</a>\n										<img width="300" height="241" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w" sizes="(max-width: 300px) 100vw, 300px" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_05.png" alt="Slide_05" /></figure>			\n						Previous\n						Next', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-07 22:32:34', '2019-10-07 22:32:34', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/07/35-revision-v1/', 0, 'revision', '', 0),
(104, 1, '2019-10-07 22:33:22', '2019-10-07 22:33:22', '<a role="button" id="inicio">\n					</a>\n										<img width="300" height="241" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w" sizes="(max-width: 300px) 100vw, 300px" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_05.png" alt="Slide_05" /></figure>			\n						Previous\n						Next', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-07 22:33:22', '2019-10-07 22:33:22', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/07/35-revision-v1/', 0, 'revision', '', 0),
(105, 1, '2019-10-07 22:33:35', '2019-10-07 22:33:35', '<a role="button" id="inicio">\n					</a>\n										<img width="300" height="241" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w" sizes="(max-width: 300px) 100vw, 300px" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_05.png" alt="Slide_05" /></figure>			\n						Previous\n						Next', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-07 22:33:35', '2019-10-07 22:33:35', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/07/35-revision-v1/', 0, 'revision', '', 0),
(106, 1, '2019-10-07 22:33:47', '2019-10-07 22:33:47', '<a role="button" id="inicio">\n					</a>\n										<img width="300" height="241" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w" sizes="(max-width: 300px) 100vw, 300px" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_05.png" alt="Slide_05" /></figure>			\n						Previous\n						Next', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-07 22:33:47', '2019-10-07 22:33:47', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/07/35-revision-v1/', 0, 'revision', '', 0),
(111, 1, '2019-10-07 22:43:00', '2019-10-07 22:43:00', '<a role="button" id="inicio">\n					</a>\n											<a href="https://tecnologia.ciminformatica.com/" data-elementor-open-lightbox="">\n							<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />								</a>\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_05.png" alt="Slide_05" /></figure>			\n						Previous\n						Next', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-07 22:43:00', '2019-10-07 22:43:00', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/07/35-revision-v1/', 0, 'revision', '', 0),
(108, 1, '2019-10-07 22:36:06', '2019-10-07 22:36:06', '<a role="button" id="inicio">\n					</a>\n											<a href="https://tecnologia.ciminformatica.com/" data-elementor-open-lightbox="">\n							<img width="300" height="241" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w" sizes="(max-width: 300px) 100vw, 300px" />								</a>\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_05.png" alt="Slide_05" /></figure>			\n						Previous\n						Next', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-07 22:36:06', '2019-10-07 22:36:06', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/07/35-revision-v1/', 0, 'revision', '', 0),
(109, 1, '2019-10-07 22:37:43', '2019-10-07 22:37:43', '<a role="button" id="inicio">\n					</a>\n											<a href="https://tecnologia.ciminformatica.com/" data-elementor-open-lightbox="">\n							<img width="300" height="241" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03-300x241.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_03.png 500w" sizes="(max-width: 300px) 100vw, 300px" />								</a>\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_05.png" alt="Slide_05" /></figure>			\n						Previous\n						Next', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-07 22:37:43', '2019-10-07 22:37:43', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/07/35-revision-v1/', 0, 'revision', '', 0),
(116, 1, '2019-10-07 22:53:19', '2019-10-07 22:53:19', '<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-07 22:53:19', '2019-10-07 22:53:19', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/07/35-revision-v1/', 0, 'revision', '', 0),
(113, 1, '2019-10-07 22:49:40', '2019-10-07 22:49:40', '<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-07 22:49:40', '2019-10-07 22:49:40', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/07/35-revision-v1/', 0, 'revision', '', 0),
(114, 1, '2019-10-07 22:51:24', '2019-10-07 22:51:24', '<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-07 22:51:24', '2019-10-07 22:51:24', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/07/35-revision-v1/', 0, 'revision', '', 0),
(115, 1, '2019-10-07 22:52:21', '2019-10-07 22:52:21', '<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-07 22:52:21', '2019-10-07 22:52:21', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/07/35-revision-v1/', 0, 'revision', '', 0),
(117, 1, '2019-10-07 23:07:22', '2019-10-07 23:07:22', '', 'tt0756m_', '', 'inherit', 'open', 'closed', '', 'tt0756m_', '', '', '2019-10-07 23:07:22', '2019-10-07 23:07:22', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/tt0756m_.ttf', 0, 'attachment', 'application/x-font-ttf', 0),
(120, 1, '2019-10-07 23:17:48', '2019-10-07 23:17:48', '<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-07 23:17:48', '2019-10-07 23:17:48', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/07/35-revision-v1/', 0, 'revision', '', 0),
(119, 1, '2019-10-07 23:15:21', '2019-10-07 23:15:21', '<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />											\n			<h2>A\ntecnologia\nfacilitando a sua vida</h2>		\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-07 23:15:21', '2019-10-07 23:15:21', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/07/35-revision-v1/', 0, 'revision', '', 0),
(121, 1, '2019-10-07 23:18:31', '2019-10-07 23:18:31', '<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-07 23:18:31', '2019-10-07 23:18:31', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/07/35-revision-v1/', 0, 'revision', '', 0),
(122, 1, '2019-10-07 23:19:32', '2019-10-07 23:19:32', '<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-07 23:19:32', '2019-10-07 23:19:32', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/07/35-revision-v1/', 0, 'revision', '', 0),
(127, 1, '2019-10-07 23:34:05', '2019-10-07 23:34:05', '<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-07 23:34:05', '2019-10-07 23:34:05', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/07/35-revision-v1/', 0, 'revision', '', 0),
(123, 1, '2019-10-07 23:22:41', '2019-10-07 23:22:41', '<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_05.png" alt="Slide_05" /></figure>			\n						Previous\n						Next', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-07 23:22:41', '2019-10-07 23:22:41', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/07/35-revision-v1/', 0, 'revision', '', 0),
(124, 1, '2019-10-07 23:24:09', '2019-10-07 23:24:09', '<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_05.png" alt="Slide_05" /></figure>			\n						Previous\n						Next', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-07 23:24:09', '2019-10-07 23:24:09', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/07/35-revision-v1/', 0, 'revision', '', 0),
(136, 1, '2019-10-07 23:54:40', '2019-10-07 23:54:40', '<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-07 23:54:40', '2019-10-07 23:54:40', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/07/35-revision-v1/', 0, 'revision', '', 0),
(130, 1, '2019-10-07 23:39:08', '2019-10-07 23:39:08', '<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-07 23:39:08', '2019-10-07 23:39:08', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/07/35-revision-v1/', 0, 'revision', '', 0),
(135, 1, '2019-10-07 23:53:11', '2019-10-07 23:53:11', '<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-07 23:53:11', '2019-10-07 23:53:11', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/07/35-revision-v1/', 0, 'revision', '', 0),
(138, 1, '2019-10-08 00:06:39', '2019-10-08 00:06:39', '<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure>			\n						Previous\n						Next', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-08 00:06:39', '2019-10-08 00:06:39', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/08/35-revision-v1/', 0, 'revision', '', 0),
(140, 1, '2019-10-08 00:12:43', '2019-10-08 00:12:43', '<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-08 00:12:43', '2019-10-08 00:12:43', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/08/35-revision-v1/', 0, 'revision', '', 0),
(141, 1, '2019-10-08 00:20:53', '2019-10-08 00:20:53', '<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-08 00:20:53', '2019-10-08 00:20:53', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/08/35-revision-v1/', 0, 'revision', '', 0),
(142, 1, '2019-10-08 00:23:50', '2019-10-08 00:23:50', '<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-08 00:23:50', '2019-10-08 00:23:50', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/08/35-revision-v1/', 0, 'revision', '', 0),
(144, 1, '2019-10-08 00:26:43', '2019-10-08 00:26:43', '', 'logo_original_05', '', 'inherit', 'open', 'closed', '', 'logo_original_05', '', '', '2019-10-08 00:27:24', '2019-10-08 00:27:24', '', 35, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png', 0, 'attachment', 'image/png', 0),
(162, 1, '2019-11-22 00:44:23', '2019-11-22 00:44:23', '<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						O que oferecemos\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p>A Empresa</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.</p>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-11-22 00:44:23', '2019-11-22 00:44:23', '', 35, 'https://tecnologia.ciminformatica.com/2019/11/22/35-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpu7_posts` VALUES
(145, 1, '2019-10-08 00:29:04', '2019-10-08 00:29:04', '<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p>A Empresa</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.</p>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-08 00:29:04', '2019-10-08 00:29:04', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/08/35-revision-v1/', 0, 'revision', '', 0),
(146, 1, '2019-10-08 00:29:54', '2019-10-08 00:29:54', '<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p>A Empresa</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.</p>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-08 00:29:54', '2019-10-08 00:29:54', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/08/35-revision-v1/', 0, 'revision', '', 0),
(147, 1, '2019-10-08 00:32:33', '2019-10-08 00:32:33', '<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p>A Empresa</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.</p>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-08 00:32:33', '2019-10-08 00:32:33', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/08/35-revision-v1/', 0, 'revision', '', 0),
(148, 1, '2019-10-08 00:33:13', '2019-10-08 00:33:13', '<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p>A Empresa</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.</p>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-08 00:33:13', '2019-10-08 00:33:13', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/08/35-revision-v1/', 0, 'revision', '', 0),
(149, 1, '2019-10-08 00:44:31', '2019-10-08 00:44:31', '<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p>A Empresa</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.</p>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-08 00:44:31', '2019-10-08 00:44:31', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/08/35-revision-v1/', 0, 'revision', '', 0),
(150, 1, '2019-10-08 00:46:03', '2019-10-08 00:46:03', ' ', '', 'Inicio', 'publish', 'closed', 'closed', '', '150', '', '', '2019-12-04 01:17:28', '2019-12-04 01:17:28', '', 0, 'https://tecnologia.ciminformatica.com/?p=150', 1, 'nav_menu_item', '', 0),
(186, 1, '2019-11-22 02:05:12', '2019-11-22 02:05:12', '<a href="https://tecnologia.ciminformatica.com/" data-elementor-open-lightbox="">\n							<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />								</a>\n		<nav itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope" id="cbp-hsmenu-wrapper">\n				<ul id="mega-menu"><li id="menu-item-150"><a title="Inicio" href="https://tecnologia.ciminformatica.com/">Inicio</a></li>\n<li id="menu-item-181"><a href="#aempresa">Sobre</a></li>\n<li id="menu-item-152"><a title="O que oferecemos" href="https://tecnologia.ciminformatica.com/">O que oferecemos</a></li>\n<li id="menu-item-154"><a title="Clientes" href="https://tecnologia.ciminformatica.com/">Clientes</a></li>\n<li id="menu-item-155"><a title="Contato" href="https://tecnologia.ciminformatica.com/">Contato</a></li>\n</ul>			\n		</nav>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p>A Empresa</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.</p>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-11-22 02:05:12', '2019-11-22 02:05:12', '', 35, 'https://tecnologia.ciminformatica.com/2019/11/22/35-revision-v1/', 0, 'revision', '', 0),
(326, 1, '2019-12-04 01:17:28', '2019-12-04 01:17:28', '', 'Contato', '', 'publish', 'closed', 'closed', '', 'contato-2', '', '', '2019-12-04 01:17:28', '2019-12-04 01:17:28', '', 0, 'https://tecnologia.ciminformatica.com/?p=326', 5, 'nav_menu_item', '', 0),
(157, 1, '2019-10-08 01:09:50', '2019-10-08 01:09:50', '<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="servicos">\n						Serviços\n					</a>\n			<a href="#" role="button" id="servicos">\n						Softwares\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p>A Empresa</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.</p>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-10-08 01:09:50', '2019-10-08 01:09:50', '', 35, 'https://tecnologia.ciminformatica.com/2019/10/08/35-revision-v1/', 0, 'revision', '', 0),
(165, 1, '2019-11-22 00:49:14', '2019-11-22 00:49:14', '<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="oqueoferecemos">\n						O que oferecemos\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p>A Empresa</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.</p>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-11-22 00:49:14', '2019-11-22 00:49:14', '', 35, 'https://tecnologia.ciminformatica.com/2019/11/22/35-revision-v1/', 0, 'revision', '', 0),
(166, 1, '2019-11-22 00:53:56', '2019-11-22 00:53:56', '<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="oqueoferecemos">\n						O que oferecemos\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p>A Empresa</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.</p>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-11-22 00:53:56', '2019-11-22 00:53:56', '', 35, 'https://tecnologia.ciminformatica.com/2019/11/22/35-revision-v1/', 0, 'revision', '', 0),
(167, 1, '2019-11-22 00:54:23', '2019-11-22 00:54:23', '<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="oqueoferecemos">\n						O que oferecemos\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p>A Empresa</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.</p>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-11-22 00:54:23', '2019-11-22 00:54:23', '', 35, 'https://tecnologia.ciminformatica.com/2019/11/22/35-revision-v1/', 0, 'revision', '', 0),
(168, 1, '2019-11-22 00:54:30', '2019-11-22 00:54:30', '<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#sobre" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="oqueoferecemos">\n						O que oferecemos\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p>A Empresa</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.</p>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-11-22 00:54:30', '2019-11-22 00:54:30', '', 35, 'https://tecnologia.ciminformatica.com/2019/11/22/35-revision-v1/', 0, 'revision', '', 0),
(169, 1, '2019-11-22 00:55:30', '2019-11-22 00:55:30', '<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#sobre" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="oqueoferecemos">\n						O que oferecemos\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p>A Empresa</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.</p>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-11-22 00:55:30', '2019-11-22 00:55:30', '', 35, 'https://tecnologia.ciminformatica.com/2019/11/22/35-revision-v1/', 0, 'revision', '', 0),
(170, 1, '2019-11-22 00:55:42', '2019-11-22 00:55:42', '<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#aempresa" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="oqueoferecemos">\n						O que oferecemos\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p>A Empresa</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.</p>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-11-22 00:55:42', '2019-11-22 00:55:42', '', 35, 'https://tecnologia.ciminformatica.com/2019/11/22/35-revision-v1/', 0, 'revision', '', 0),
(171, 1, '2019-11-22 01:10:20', '2019-11-22 01:10:20', '<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#aempresa" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="oqueoferecemos">\n						O que oferecemos\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p>A Empresa</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.</p>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-11-22 01:10:20', '2019-11-22 01:10:20', '', 35, 'https://tecnologia.ciminformatica.com/2019/11/22/35-revision-v1/', 0, 'revision', '', 0),
(172, 1, '2019-11-22 01:15:36', '2019-11-22 01:15:36', '<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#aempresa" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="oqueoferecemos">\n						O que oferecemos\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p>A Empresa</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.</p>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-11-22 01:15:36', '2019-11-22 01:15:36', '', 35, 'https://tecnologia.ciminformatica.com/2019/11/22/35-revision-v1/', 0, 'revision', '', 0),
(173, 1, '2019-11-22 01:17:58', '2019-11-22 01:17:58', '<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />											\n			<a href="https://tecnologia.ciminformatica.com/" role="button" id="inicio">\n						Início\n					</a>\n			<a href="#aempresa" role="button" id="sobre">\n						Sobre\n					</a>\n			<a href="#" role="button" id="oqueoferecemos">\n						O que oferecemos\n					</a>\n			<a href="#" role="button" id="clientes">\n						Clientes\n					</a>\n			<a href="#" role="button" id="contato">\n						Contato\n					</a>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p>A Empresa</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.</p>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-11-22 01:17:58', '2019-11-22 01:17:58', '', 35, 'https://tecnologia.ciminformatica.com/2019/11/22/35-revision-v1/', 0, 'revision', '', 0),
(175, 1, '2019-11-22 01:40:30', '2019-11-22 01:40:30', '<nav itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope" id="cbp-hsmenu-wrapper">\n				<ul id="mega-menu"><li id="menu-item-150"><a title="Inicio" href="https://tecnologia.ciminformatica.com/">Inicio</a></li>\n<li id="menu-item-151"><a title="Sobre" href="https://tecnologia.ciminformatica.com/">Sobre</a></li>\n<li id="menu-item-152"><a title="O que oferecemos" href="https://tecnologia.ciminformatica.com/">O que oferecemos</a></li>\n<li id="menu-item-154"><a title="Clientes" href="https://tecnologia.ciminformatica.com/">Clientes</a></li>\n<li id="menu-item-155"><a title="Contato" href="https://tecnologia.ciminformatica.com/">Contato</a></li>\n</ul>			\n		</nav>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p>A Empresa</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.</p>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-11-22 01:40:30', '2019-11-22 01:40:30', '', 35, 'https://tecnologia.ciminformatica.com/2019/11/22/35-revision-v1/', 0, 'revision', '', 0),
(174, 1, '2019-11-22 01:33:22', '2019-11-22 01:33:22', '<button id="elementor-menu-toggle"></button>\n				<nav itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope" id="elementor-navigation" role="navigation" aria-label="Elementor Menu">				\n				<ul id="elementor-navmenu"><li id="menu-item-150"><a title="Inicio" href="https://tecnologia.ciminformatica.com/">Inicio</a></li>\n<li id="menu-item-151"><a title="Sobre" href="https://tecnologia.ciminformatica.com/">Sobre</a></li>\n<li id="menu-item-152"><a title="O que oferecemos" href="https://tecnologia.ciminformatica.com/">O que oferecemos</a></li>\n<li id="menu-item-154"><a title="Clientes" href="https://tecnologia.ciminformatica.com/">Clientes</a></li>\n<li id="menu-item-155"><a title="Contato" href="https://tecnologia.ciminformatica.com/">Contato</a></li>\n</ul>		\n								</nav>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p>A Empresa</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.</p>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-11-22 01:33:22', '2019-11-22 01:33:22', '', 35, 'https://tecnologia.ciminformatica.com/2019/11/22/35-revision-v1/', 0, 'revision', '', 0),
(176, 1, '2019-11-22 01:41:15', '2019-11-22 01:41:15', '<nav itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope" id="cbp-hsmenu-wrapper">\n				<ul id="mega-menu"><li id="menu-item-150"><a title="Inicio" href="https://tecnologia.ciminformatica.com/">Inicio</a></li>\n<li id="menu-item-151"><a title="Sobre" href="https://tecnologia.ciminformatica.com/">Sobre</a></li>\n<li id="menu-item-152"><a title="O que oferecemos" href="https://tecnologia.ciminformatica.com/">O que oferecemos</a></li>\n<li id="menu-item-154"><a title="Clientes" href="https://tecnologia.ciminformatica.com/">Clientes</a></li>\n<li id="menu-item-155"><a title="Contato" href="https://tecnologia.ciminformatica.com/">Contato</a></li>\n</ul>			\n		</nav>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p>A Empresa</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.</p>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-11-22 01:41:15', '2019-11-22 01:41:15', '', 35, 'https://tecnologia.ciminformatica.com/2019/11/22/35-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpu7_posts` VALUES
(183, 1, '2019-11-22 01:58:02', '2019-11-22 01:58:02', '<a href="https://tecnologia.ciminformatica.com/" data-elementor-open-lightbox="">\n							<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />								</a>\n		<nav itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope" id="cbp-hsmenu-wrapper">\n				<ul id="mega-menu"><li id="menu-item-150"><a title="Inicio" href="https://tecnologia.ciminformatica.com/">Inicio</a></li>\n<li id="menu-item-181"><a href="#aempresa">Sobre</a></li>\n<li id="menu-item-152"><a title="O que oferecemos" href="https://tecnologia.ciminformatica.com/">O que oferecemos</a></li>\n<li id="menu-item-154"><a title="Clientes" href="https://tecnologia.ciminformatica.com/">Clientes</a></li>\n<li id="menu-item-155"><a title="Contato" href="https://tecnologia.ciminformatica.com/">Contato</a></li>\n</ul>			\n		</nav>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p>A Empresa</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.</p>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-11-22 01:58:02', '2019-11-22 01:58:02', '', 35, 'https://tecnologia.ciminformatica.com/2019/11/22/35-revision-v1/', 0, 'revision', '', 0),
(177, 1, '2019-11-22 01:43:40', '2019-11-22 01:43:40', '<a href="https://tecnologia.ciminformatica.com/" data-elementor-open-lightbox="">\n							<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />								</a>\n		<nav itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope" id="cbp-hsmenu-wrapper">\n				<ul id="mega-menu"><li id="menu-item-150"><a title="Inicio" href="https://tecnologia.ciminformatica.com/">Inicio</a></li>\n<li id="menu-item-151"><a title="Sobre" href="https://tecnologia.ciminformatica.com/">Sobre</a></li>\n<li id="menu-item-152"><a title="O que oferecemos" href="https://tecnologia.ciminformatica.com/">O que oferecemos</a></li>\n<li id="menu-item-154"><a title="Clientes" href="https://tecnologia.ciminformatica.com/">Clientes</a></li>\n<li id="menu-item-155"><a title="Contato" href="https://tecnologia.ciminformatica.com/">Contato</a></li>\n</ul>			\n		</nav>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p>A Empresa</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.</p>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-11-22 01:43:40', '2019-11-22 01:43:40', '', 35, 'https://tecnologia.ciminformatica.com/2019/11/22/35-revision-v1/', 0, 'revision', '', 0),
(178, 1, '2019-11-22 01:45:14', '2019-11-22 01:45:14', '<a href="https://tecnologia.ciminformatica.com/" data-elementor-open-lightbox="">\n							<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />								</a>\n		<nav itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope" id="cbp-hsmenu-wrapper">\n				<ul id="mega-menu"><li id="menu-item-150"><a title="Inicio" href="https://tecnologia.ciminformatica.com/">Inicio</a></li>\n<li id="menu-item-151"><a title="Sobre" href="https://tecnologia.ciminformatica.com/">Sobre</a></li>\n<li id="menu-item-152"><a title="O que oferecemos" href="https://tecnologia.ciminformatica.com/">O que oferecemos</a></li>\n<li id="menu-item-154"><a title="Clientes" href="https://tecnologia.ciminformatica.com/">Clientes</a></li>\n<li id="menu-item-155"><a title="Contato" href="https://tecnologia.ciminformatica.com/">Contato</a></li>\n</ul>			\n		</nav>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p>A Empresa</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.</p>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-11-22 01:45:14', '2019-11-22 01:45:14', '', 35, 'https://tecnologia.ciminformatica.com/2019/11/22/35-revision-v1/', 0, 'revision', '', 0),
(179, 1, '2019-11-22 01:49:20', '0000-00-00 00:00:00', '', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2019-11-22 01:49:20', '0000-00-00 00:00:00', '', 0, 'https://tecnologia.ciminformatica.com/?p=179', 1, 'nav_menu_item', '', 0),
(180, 1, '2019-11-22 01:52:21', '2019-11-22 01:52:21', '<a href="https://tecnologia.ciminformatica.com/" data-elementor-open-lightbox="">\n							<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />								</a>\n		<nav itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope" id="cbp-hsmenu-wrapper">\n				<ul id="mega-menu"><li id="menu-item-150"><a title="Inicio" href="https://tecnologia.ciminformatica.com/">Inicio</a></li>\n<li id="menu-item-151"><a title="Sobre" href="https://tecnologia.ciminformatica.com/">Sobre</a></li>\n<li id="menu-item-152"><a title="O que oferecemos" href="https://tecnologia.ciminformatica.com/">O que oferecemos</a></li>\n<li id="menu-item-154"><a title="Clientes" href="https://tecnologia.ciminformatica.com/">Clientes</a></li>\n<li id="menu-item-155"><a title="Contato" href="https://tecnologia.ciminformatica.com/">Contato</a></li>\n</ul>			\n		</nav>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p>A Empresa</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.</p>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-11-22 01:52:21', '2019-11-22 01:52:21', '', 35, 'https://tecnologia.ciminformatica.com/2019/11/22/35-revision-v1/', 0, 'revision', '', 0),
(181, 1, '2019-11-22 01:53:32', '2019-11-22 01:53:32', '', 'Sobre', '', 'publish', 'closed', 'closed', '', 'sobre', '', '', '2019-12-04 01:17:28', '2019-12-04 01:17:28', '', 0, 'https://tecnologia.ciminformatica.com/?p=181', 2, 'nav_menu_item', '', 0),
(185, 1, '2019-11-22 02:03:58', '2019-11-22 02:03:58', '<a href="https://tecnologia.ciminformatica.com/" data-elementor-open-lightbox="">\n							<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />								</a>\n		<nav itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope" id="cbp-hsmenu-wrapper">\n				<ul id="mega-menu"><li id="menu-item-150"><a title="Inicio" href="https://tecnologia.ciminformatica.com/">Inicio</a></li>\n<li id="menu-item-181"><a href="#aempresa">Sobre</a></li>\n<li id="menu-item-152"><a title="O que oferecemos" href="https://tecnologia.ciminformatica.com/">O que oferecemos</a></li>\n<li id="menu-item-154"><a title="Clientes" href="https://tecnologia.ciminformatica.com/">Clientes</a></li>\n<li id="menu-item-155"><a title="Contato" href="https://tecnologia.ciminformatica.com/">Contato</a></li>\n</ul>			\n		</nav>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p>A Empresa</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.</p>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-11-22 02:03:58', '2019-11-22 02:03:58', '', 35, 'https://tecnologia.ciminformatica.com/2019/11/22/35-revision-v1/', 0, 'revision', '', 0),
(187, 1, '2019-11-22 02:07:04', '2019-11-22 02:07:04', '', 'Software de Gestão', '', 'publish', 'open', 'open', '', 'teste', '', '', '2019-12-04 00:02:59', '2019-12-04 00:02:59', '', 0, 'https://tecnologia.ciminformatica.com/?p=187', 0, 'post', '', 0),
(188, 1, '2019-11-22 02:07:04', '2019-11-22 02:07:04', '', 'teste', '', 'inherit', 'closed', 'closed', '', '187-revision-v1', '', '', '2019-11-22 02:07:04', '2019-11-22 02:07:04', '', 187, 'https://tecnologia.ciminformatica.com/2019/11/22/187-revision-v1/', 0, 'revision', '', 0),
(189, 1, '2019-11-22 02:07:18', '2019-11-22 02:07:18', '', 'teste', '', 'inherit', 'closed', 'closed', '', '187-revision-v1', '', '', '2019-11-22 02:07:18', '2019-11-22 02:07:18', '', 187, 'https://tecnologia.ciminformatica.com/2019/11/22/187-revision-v1/', 0, 'revision', '', 0),
(191, 1, '2019-11-22 02:11:41', '2019-11-22 02:11:41', '<a href="https://tecnologia.ciminformatica.com/" data-elementor-open-lightbox="">\n							<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />								</a>\n		<nav itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope" id="cbp-hsmenu-wrapper">\n				<ul id="mega-menu"><li id="menu-item-150"><a title="Inicio" href="https://tecnologia.ciminformatica.com/">Inicio</a></li>\n<li id="menu-item-181"><a href="#aempresa">Sobre</a></li>\n<li id="menu-item-152"><a title="O que oferecemos" href="https://tecnologia.ciminformatica.com/">O que oferecemos</a></li>\n<li id="menu-item-154"><a title="Clientes" href="https://tecnologia.ciminformatica.com/">Clientes</a></li>\n<li id="menu-item-155"><a title="Contato" href="https://tecnologia.ciminformatica.com/">Contato</a></li>\n</ul>			\n		</nav>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p>A Empresa</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.</p>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-11-22 02:11:41', '2019-11-22 02:11:41', '', 35, 'https://tecnologia.ciminformatica.com/2019/11/22/35-revision-v1/', 0, 'revision', '', 0),
(192, 1, '2019-11-22 02:15:05', '2019-11-22 02:15:05', '<a href="https://tecnologia.ciminformatica.com/" data-elementor-open-lightbox="">\n							<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />								</a>\n		<nav itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope" id="cbp-hsmenu-wrapper">\n				<ul id="mega-menu"><li id="menu-item-150"><a title="Inicio" href="https://tecnologia.ciminformatica.com/">Inicio</a></li>\n<li id="menu-item-181"><a href="#aempresa">Sobre</a></li>\n<li id="menu-item-152"><a title="O que oferecemos" href="https://tecnologia.ciminformatica.com/">O que oferecemos</a></li>\n<li id="menu-item-154"><a title="Clientes" href="https://tecnologia.ciminformatica.com/">Clientes</a></li>\n<li id="menu-item-155"><a title="Contato" href="https://tecnologia.ciminformatica.com/">Contato</a></li>\n</ul>			\n		</nav>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p>A Empresa</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.</p>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-11-22 02:15:05', '2019-11-22 02:15:05', '', 35, 'https://tecnologia.ciminformatica.com/2019/11/22/35-revision-v1/', 0, 'revision', '', 0),
(193, 1, '2019-11-22 02:18:16', '2019-11-22 02:18:16', '<a href="https://tecnologia.ciminformatica.com/" data-elementor-open-lightbox="">\n							<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />								</a>\n		<nav itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope" id="cbp-hsmenu-wrapper">\n				<ul id="mega-menu"><li id="menu-item-150"><a title="Inicio" href="https://tecnologia.ciminformatica.com/">Inicio</a></li>\n<li id="menu-item-181"><a href="#aempresa">Sobre</a></li>\n<li id="menu-item-152"><a title="O que oferecemos" href="https://tecnologia.ciminformatica.com/">O que oferecemos</a></li>\n<li id="menu-item-154"><a title="Clientes" href="https://tecnologia.ciminformatica.com/">Clientes</a></li>\n<li id="menu-item-155"><a title="Contato" href="https://tecnologia.ciminformatica.com/">Contato</a></li>\n</ul>			\n		</nav>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n			<h2>A Empresa</h2>		\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.</p>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-11-22 02:18:16', '2019-11-22 02:18:16', '', 35, 'https://tecnologia.ciminformatica.com/2019/11/22/35-revision-v1/', 0, 'revision', '', 0),
(194, 1, '2019-11-22 02:18:24', '2019-11-22 02:18:24', '<a href="https://tecnologia.ciminformatica.com/" data-elementor-open-lightbox="">\n							<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />								</a>\n		<nav itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope" id="cbp-hsmenu-wrapper">\n				<ul id="mega-menu"><li id="menu-item-150"><a title="Inicio" href="https://tecnologia.ciminformatica.com/">Inicio</a></li>\n<li id="menu-item-181"><a href="#aempresa">Sobre</a></li>\n<li id="menu-item-152"><a title="O que oferecemos" href="https://tecnologia.ciminformatica.com/">O que oferecemos</a></li>\n<li id="menu-item-154"><a title="Clientes" href="https://tecnologia.ciminformatica.com/">Clientes</a></li>\n<li id="menu-item-155"><a title="Contato" href="https://tecnologia.ciminformatica.com/">Contato</a></li>\n</ul>			\n		</nav>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n			<h2>A Empresa</h2>		\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.</p>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-11-22 02:18:24', '2019-11-22 02:18:24', '', 35, 'https://tecnologia.ciminformatica.com/2019/11/22/35-revision-v1/', 0, 'revision', '', 0),
(197, 1, '2019-11-22 02:22:25', '2019-11-22 02:22:25', '<a href="https://tecnologia.ciminformatica.com/" data-elementor-open-lightbox="">\n							<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />								</a>\n		<nav itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope" id="cbp-hsmenu-wrapper">\n				<ul id="mega-menu"><li id="menu-item-150"><a title="Inicio" href="https://tecnologia.ciminformatica.com/">Inicio</a></li>\n<li id="menu-item-181"><a href="#aempresa">Sobre</a></li>\n<li id="menu-item-196"><a href="#oqueoferecemos">O que oferecemos</a></li>\n<li id="menu-item-154"><a title="Clientes" href="https://tecnologia.ciminformatica.com/">Clientes</a></li>\n<li id="menu-item-155"><a title="Contato" href="https://tecnologia.ciminformatica.com/">Contato</a></li>\n</ul>			\n		</nav>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n			<h2>A Empresa</h2>		\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.</p>		\n			<h2>O que oferecemos</h2>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-11-22 02:22:25', '2019-11-22 02:22:25', '', 35, 'https://tecnologia.ciminformatica.com/2019/11/22/35-revision-v1/', 0, 'revision', '', 0),
(195, 1, '2019-11-22 02:20:26', '2019-11-22 02:20:26', '<a href="https://tecnologia.ciminformatica.com/" data-elementor-open-lightbox="">\n							<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />								</a>\n		<nav itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope" id="cbp-hsmenu-wrapper">\n				<ul id="mega-menu"><li id="menu-item-150"><a title="Inicio" href="https://tecnologia.ciminformatica.com/">Inicio</a></li>\n<li id="menu-item-181"><a href="#aempresa">Sobre</a></li>\n<li id="menu-item-152"><a title="O que oferecemos" href="https://tecnologia.ciminformatica.com/">O que oferecemos</a></li>\n<li id="menu-item-154"><a title="Clientes" href="https://tecnologia.ciminformatica.com/">Clientes</a></li>\n<li id="menu-item-155"><a title="Contato" href="https://tecnologia.ciminformatica.com/">Contato</a></li>\n</ul>			\n		</nav>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n			<h2>A Empresa</h2>		\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.</p>		\n			<h2>O que oferecemos</h2>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-11-22 02:20:26', '2019-11-22 02:20:26', '', 35, 'https://tecnologia.ciminformatica.com/2019/11/22/35-revision-v1/', 0, 'revision', '', 0),
(196, 1, '2019-11-22 02:21:14', '2019-11-22 02:21:14', '', 'O que oferecemos', '', 'publish', 'closed', 'closed', '', 'o-que-oferecemos', '', '', '2019-12-04 01:17:28', '2019-12-04 01:17:28', '', 0, 'https://tecnologia.ciminformatica.com/?p=196', 3, 'nav_menu_item', '', 0),
(214, 1, '2019-11-22 02:41:34', '2019-11-22 02:41:34', '<a href="https://tecnologia.ciminformatica.com/" data-elementor-open-lightbox="">\n							<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />								</a>\n		<nav itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope" id="cbp-hsmenu-wrapper">\n				<ul id="mega-menu"><li id="menu-item-150"><a title="Inicio" href="https://tecnologia.ciminformatica.com/">Inicio</a></li>\n<li id="menu-item-181"><a href="#aempresa">Sobre</a></li>\n<li id="menu-item-196"><a href="#oqueoferecemos">O que oferecemos</a></li>\n<li id="menu-item-154"><a title="Clientes" href="https://tecnologia.ciminformatica.com/">Clientes</a></li>\n<li id="menu-item-155"><a title="Contato" href="https://tecnologia.ciminformatica.com/">Contato</a></li>\n</ul>			\n		</nav>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n			<h2>A Empresa</h2>		\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.</p>		\n			<h2>O que oferecemos</h2>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-11-22 02:41:34', '2019-11-22 02:41:34', '', 35, 'https://tecnologia.ciminformatica.com/2019/11/22/35-revision-v1/', 0, 'revision', '', 0),
(198, 1, '2019-11-22 02:24:10', '2019-11-22 02:24:10', '<a href="https://tecnologia.ciminformatica.com/" data-elementor-open-lightbox="">\n							<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />								</a>\n		<nav itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope" id="cbp-hsmenu-wrapper">\n				<ul id="mega-menu"><li id="menu-item-150"><a title="Inicio" href="https://tecnologia.ciminformatica.com/">Inicio</a></li>\n<li id="menu-item-181"><a href="#aempresa">Sobre</a></li>\n<li id="menu-item-196"><a href="#oqueoferecemos">O que oferecemos</a></li>\n<li id="menu-item-154"><a title="Clientes" href="https://tecnologia.ciminformatica.com/">Clientes</a></li>\n<li id="menu-item-155"><a title="Contato" href="https://tecnologia.ciminformatica.com/">Contato</a></li>\n</ul>			\n		</nav>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n			<h2>A Empresa</h2>		\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.</p>		\n			<h2>O que oferecemos</h2>		\n													<h3>\n								This is the heading							</h3>\n								Lorem ipsum dolor sit amet consectetur adipiscing elit dolor							\n											<h3>\n							This is the heading						</h3>\n							Lorem ipsum dolor sit amet consectetur adipiscing elit dolor						\n											<a>\n						Click Here						</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-11-22 02:24:10', '2019-11-22 02:24:10', '', 35, 'https://tecnologia.ciminformatica.com/2019/11/22/35-revision-v1/', 0, 'revision', '', 0),
(272, 1, '2019-12-04 00:35:00', '2019-12-04 00:35:00', '', 'Ico_E-mail', 'E-mail Corporativo', 'inherit', 'open', 'closed', '', 'ico_e-mail', '', '', '2019-12-04 00:42:00', '2019-12-04 00:42:00', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_E-mail.png', 0, 'attachment', 'image/png', 0),
(273, 1, '2019-12-04 00:35:02', '2019-12-04 00:35:02', '', 'Ico_Firewall', 'Firewall', 'inherit', 'open', 'closed', '', 'ico_firewall', '', '', '2019-12-04 00:43:26', '2019-12-04 00:43:26', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Firewall.png', 0, 'attachment', 'image/png', 0),
(274, 1, '2019-12-04 00:35:03', '2019-12-04 00:35:03', '', 'Ico_Gerenciamento_Rede', 'Gerenciamento de Rede', 'inherit', 'open', 'closed', '', 'ico_gerenciamento_rede', '', '', '2019-12-04 00:42:09', '2019-12-04 00:42:09', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Gerenciamento_Rede.png', 0, 'attachment', 'image/png', 0),
(271, 1, '2019-12-04 00:34:59', '2019-12-04 00:34:59', '', 'Ico_Cameras', 'Câmeras de Segurança', 'inherit', 'open', 'closed', '', 'ico_cameras', '', '', '2019-12-04 00:42:53', '2019-12-04 00:42:53', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Cameras.png', 0, 'attachment', 'image/png', 0),
(268, 1, '2019-12-04 00:34:56', '2019-12-04 00:34:56', '', 'Ico_Antivirus', 'Antivírus', 'inherit', 'open', 'closed', '', 'ico_antivirus', '', '', '2019-12-04 00:43:03', '2019-12-04 00:43:03', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Antivirus.png', 0, 'attachment', 'image/png', 0),
(269, 1, '2019-12-04 00:34:57', '2019-12-04 00:34:57', '', 'Ico_Assitencia', 'Assistência Técnica', 'inherit', 'open', 'closed', '', 'ico_assitencia', '', '', '2019-12-04 00:43:18', '2019-12-04 00:43:18', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Assitencia.png', 0, 'attachment', 'image/png', 0),
(270, 1, '2019-12-04 00:34:58', '2019-12-04 00:34:58', '', 'Ico_Backup', 'Backup em Nuvem', 'inherit', 'open', 'closed', '', 'ico_backup', '', '', '2019-12-04 00:41:51', '2019-12-04 00:41:51', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Backup.png', 0, 'attachment', 'image/png', 0),
(247, 1, '2019-12-03 23:36:14', '2019-12-03 23:36:14', '<a href="https://tecnologia.ciminformatica.com/" data-elementor-open-lightbox="">\n							<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />								</a>\n		<nav itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope" id="cbp-hsmenu-wrapper">\n				<ul id="mega-menu"><li id="menu-item-150"><a title="Inicio" href="https://tecnologia.ciminformatica.com/">Inicio</a></li>\n<li id="menu-item-181"><a href="#aempresa">Sobre</a></li>\n<li id="menu-item-196"><a href="#oqueoferecemos">O que oferecemos</a></li>\n<li id="menu-item-154"><a title="Clientes" href="https://tecnologia.ciminformatica.com/">Clientes</a></li>\n<li id="menu-item-155"><a title="Contato" href="https://tecnologia.ciminformatica.com/">Contato</a></li>\n</ul>			\n		</nav>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n			<h2>A Empresa</h2>		\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em Junho de 2012.</p>		\n			<h2>O que oferecemos</h2>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-12-03 23:36:14', '2019-12-03 23:36:14', '', 35, 'https://tecnologia.ciminformatica.com/2019/12/03/35-revision-v1/', 0, 'revision', '', 0),
(275, 1, '2019-12-04 00:35:04', '2019-12-04 00:35:04', '', 'Ico_Icomercio', 'Software de Gestão', 'inherit', 'open', 'closed', '', 'ico_icomercio', '', '', '2019-12-04 00:41:45', '2019-12-04 00:41:45', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Icomercio.png', 0, 'attachment', 'image/png', 0),
(248, 1, '2019-12-03 23:38:25', '2019-12-03 23:38:25', '<a href="https://tecnologia.ciminformatica.com/" data-elementor-open-lightbox="">\n							<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />								</a>\n		<nav itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope" id="cbp-hsmenu-wrapper">\n				<ul id="mega-menu"><li id="menu-item-150"><a title="Inicio" href="https://tecnologia.ciminformatica.com/">Inicio</a></li>\n<li id="menu-item-181"><a href="#aempresa">Sobre</a></li>\n<li id="menu-item-196"><a href="#oqueoferecemos">O que oferecemos</a></li>\n<li id="menu-item-154"><a title="Clientes" href="https://tecnologia.ciminformatica.com/">Clientes</a></li>\n<li id="menu-item-155"><a title="Contato" href="https://tecnologia.ciminformatica.com/">Contato</a></li>\n</ul>			\n		</nav>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n			<h2>A Empresa</h2>		\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.</p>		\n			<h2>O que oferecemos</h2>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-12-03 23:38:25', '2019-12-03 23:38:25', '', 35, 'https://tecnologia.ciminformatica.com/2019/12/03/35-revision-v1/', 0, 'revision', '', 0),
(250, 1, '2019-12-03 23:47:26', '2019-12-03 23:47:26', '<a href="https://tecnologia.ciminformatica.com/" data-elementor-open-lightbox="">\n							<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />								</a>\n		<nav itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope" id="cbp-hsmenu-wrapper">\n				<ul id="mega-menu"><li id="menu-item-150"><a title="Inicio" href="https://tecnologia.ciminformatica.com/">Inicio</a></li>\n<li id="menu-item-181"><a href="#aempresa">Sobre</a></li>\n<li id="menu-item-196"><a href="#oqueoferecemos">O que oferecemos</a></li>\n<li id="menu-item-154"><a title="Clientes" href="https://tecnologia.ciminformatica.com/">Clientes</a></li>\n<li id="menu-item-155"><a title="Contato" href="https://tecnologia.ciminformatica.com/">Contato</a></li>\n</ul>			\n		</nav>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n			<h2>A Empresa</h2>		\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.</p>		\n			<h2>O que oferecemos</h2>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-12-03 23:47:26', '2019-12-03 23:47:26', '', 35, 'https://tecnologia.ciminformatica.com/2019/12/03/35-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpu7_posts` VALUES
(251, 1, '2019-12-03 23:49:44', '2019-12-03 23:49:44', '', 'Softwares', '', 'inherit', 'closed', 'closed', '', '187-revision-v1', '', '', '2019-12-03 23:49:44', '2019-12-03 23:49:44', '', 187, 'https://tecnologia.ciminformatica.com/2019/12/03/187-revision-v1/', 0, 'revision', '', 0),
(252, 1, '2019-12-04 00:02:59', '2019-12-04 00:02:59', '', 'Software de Gestão', '', 'inherit', 'closed', 'closed', '', '187-revision-v1', '', '', '2019-12-04 00:02:59', '2019-12-04 00:02:59', '', 187, 'https://tecnologia.ciminformatica.com/2019/12/04/187-revision-v1/', 0, 'revision', '', 0),
(253, 1, '2019-12-04 00:03:57', '2019-12-04 00:03:57', '', 'Backup em Nuvem', '', 'publish', 'open', 'open', '', 'backup-em-nuvem', '', '', '2019-12-04 00:03:57', '2019-12-04 00:03:57', '', 0, 'https://tecnologia.ciminformatica.com/?p=253', 0, 'post', '', 0),
(254, 1, '2019-12-04 00:03:57', '2019-12-04 00:03:57', '', 'Backup em Nuvem', '', 'inherit', 'closed', 'closed', '', '253-revision-v1', '', '', '2019-12-04 00:03:57', '2019-12-04 00:03:57', '', 253, 'https://tecnologia.ciminformatica.com/2019/12/04/253-revision-v1/', 0, 'revision', '', 0),
(255, 1, '2019-12-04 00:04:12', '2019-12-04 00:04:12', '', 'E-mail Corporativo', '', 'publish', 'open', 'open', '', 'e-mail-corporativo', '', '', '2019-12-04 00:04:12', '2019-12-04 00:04:12', '', 0, 'https://tecnologia.ciminformatica.com/?p=255', 0, 'post', '', 0),
(256, 1, '2019-12-04 00:04:12', '2019-12-04 00:04:12', '', 'E-mail Corporativo', '', 'inherit', 'closed', 'closed', '', '255-revision-v1', '', '', '2019-12-04 00:04:12', '2019-12-04 00:04:12', '', 255, 'https://tecnologia.ciminformatica.com/2019/12/04/255-revision-v1/', 0, 'revision', '', 0),
(257, 1, '2019-12-04 00:05:09', '2019-12-04 00:05:09', '<a href="https://tecnologia.ciminformatica.com/" data-elementor-open-lightbox="">\n							<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />								</a>\n		<nav itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope" id="cbp-hsmenu-wrapper">\n				<ul id="mega-menu"><li id="menu-item-150"><a title="Inicio" href="https://tecnologia.ciminformatica.com/">Inicio</a></li>\n<li id="menu-item-181"><a href="#aempresa">Sobre</a></li>\n<li id="menu-item-196"><a href="#oqueoferecemos">O que oferecemos</a></li>\n<li id="menu-item-154"><a title="Clientes" href="https://tecnologia.ciminformatica.com/">Clientes</a></li>\n<li id="menu-item-155"><a title="Contato" href="https://tecnologia.ciminformatica.com/">Contato</a></li>\n</ul>			\n		</nav>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n			<h2>A Empresa</h2>		\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.</p>		\n			<h2>O que oferecemos</h2>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-12-04 00:05:09', '2019-12-04 00:05:09', '', 35, 'https://tecnologia.ciminformatica.com/2019/12/04/35-revision-v1/', 0, 'revision', '', 0),
(258, 1, '2019-12-04 00:05:28', '2019-12-04 00:05:28', '', 'Gerenciamento de rede', '', 'publish', 'open', 'open', '', 'gerenciamento-de-rede', '', '', '2019-12-04 00:05:28', '2019-12-04 00:05:28', '', 0, 'https://tecnologia.ciminformatica.com/?p=258', 0, 'post', '', 0),
(259, 1, '2019-12-04 00:05:28', '2019-12-04 00:05:28', '', 'Gerenciamento de rede', '', 'inherit', 'closed', 'closed', '', '258-revision-v1', '', '', '2019-12-04 00:05:28', '2019-12-04 00:05:28', '', 258, 'https://tecnologia.ciminformatica.com/2019/12/04/258-revision-v1/', 0, 'revision', '', 0),
(261, 1, '2019-12-04 00:07:42', '2019-12-04 00:07:42', '<a href="https://tecnologia.ciminformatica.com/" data-elementor-open-lightbox="">\n							<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />								</a>\n		<nav itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope" id="cbp-hsmenu-wrapper">\n				<ul id="mega-menu"><li id="menu-item-150"><a title="Inicio" href="https://tecnologia.ciminformatica.com/">Inicio</a></li>\n<li id="menu-item-181"><a href="#aempresa">Sobre</a></li>\n<li id="menu-item-196"><a href="#oqueoferecemos">O que oferecemos</a></li>\n<li id="menu-item-154"><a title="Clientes" href="https://tecnologia.ciminformatica.com/">Clientes</a></li>\n<li id="menu-item-155"><a title="Contato" href="https://tecnologia.ciminformatica.com/">Contato</a></li>\n</ul>			\n		</nav>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n			<h2>A Empresa</h2>		\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.</p>		\n			<h2>O que oferecemos</h2>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-12-04 00:07:42', '2019-12-04 00:07:42', '', 35, 'https://tecnologia.ciminformatica.com/2019/12/04/35-revision-v1/', 0, 'revision', '', 0),
(262, 1, '2019-12-04 00:10:44', '2019-12-04 00:10:44', '<a href="https://tecnologia.ciminformatica.com/" data-elementor-open-lightbox="">\n							<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />								</a>\n		<nav itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope" id="cbp-hsmenu-wrapper">\n				<ul id="mega-menu"><li id="menu-item-150"><a title="Inicio" href="https://tecnologia.ciminformatica.com/">Inicio</a></li>\n<li id="menu-item-181"><a href="#aempresa">Sobre</a></li>\n<li id="menu-item-196"><a href="#oqueoferecemos">O que oferecemos</a></li>\n<li id="menu-item-154"><a title="Clientes" href="https://tecnologia.ciminformatica.com/">Clientes</a></li>\n<li id="menu-item-155"><a title="Contato" href="https://tecnologia.ciminformatica.com/">Contato</a></li>\n</ul>			\n		</nav>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n			<h2>A Empresa</h2>		\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.</p>		\n			<h2>O que oferecemos</h2>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-12-04 00:10:44', '2019-12-04 00:10:44', '', 35, 'https://tecnologia.ciminformatica.com/2019/12/04/35-revision-v1/', 0, 'revision', '', 0),
(263, 1, '2019-12-04 00:12:17', '2019-12-04 00:12:17', '<a href="https://tecnologia.ciminformatica.com/" data-elementor-open-lightbox="">\n							<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />								</a>\n		<nav itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope" id="cbp-hsmenu-wrapper">\n				<ul id="mega-menu"><li id="menu-item-150"><a title="Inicio" href="https://tecnologia.ciminformatica.com/">Inicio</a></li>\n<li id="menu-item-181"><a href="#aempresa">Sobre</a></li>\n<li id="menu-item-196"><a href="#oqueoferecemos">O que oferecemos</a></li>\n<li id="menu-item-154"><a title="Clientes" href="https://tecnologia.ciminformatica.com/">Clientes</a></li>\n<li id="menu-item-155"><a title="Contato" href="https://tecnologia.ciminformatica.com/">Contato</a></li>\n</ul>			\n		</nav>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n			<h2>A Empresa</h2>		\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.</p>		\n			<h2>O que oferecemos</h2>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-12-04 00:12:17', '2019-12-04 00:12:17', '', 35, 'https://tecnologia.ciminformatica.com/2019/12/04/35-revision-v1/', 0, 'revision', '', 0),
(294, 1, '2019-12-04 01:08:05', '2019-12-04 01:08:05', '', '006_pervalle', '', 'inherit', 'open', 'closed', '', '006_pervalle', '', '', '2019-12-04 01:08:05', '2019-12-04 01:08:05', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/006_pervalle.png', 0, 'attachment', 'image/png', 0),
(295, 1, '2019-12-04 01:08:06', '2019-12-04 01:08:06', '', '007_advocacia', '', 'inherit', 'open', 'closed', '', '007_advocacia', '', '', '2019-12-04 01:08:06', '2019-12-04 01:08:06', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/007_advocacia.png', 0, 'attachment', 'image/png', 0),
(296, 1, '2019-12-04 01:08:07', '2019-12-04 01:08:07', '', '009_ferrerojoias', '', 'inherit', 'open', 'closed', '', '009_ferrerojoias', '', '', '2019-12-04 01:08:07', '2019-12-04 01:08:07', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_ferrerojoias.png', 0, 'attachment', 'image/png', 0),
(297, 1, '2019-12-04 01:08:09', '2019-12-04 01:08:09', '', '009_oticasmt', '', 'inherit', 'open', 'closed', '', '009_oticasmt', '', '', '2019-12-04 01:08:09', '2019-12-04 01:08:09', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_oticasmt.png', 0, 'attachment', 'image/png', 0),
(298, 1, '2019-12-04 01:08:10', '2019-12-04 01:08:10', '', '010_divisapneus', '', 'inherit', 'open', 'closed', '', '010_divisapneus', '', '', '2019-12-04 01:08:10', '2019-12-04 01:08:10', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/010_divisapneus.png', 0, 'attachment', 'image/png', 0),
(299, 1, '2019-12-04 01:08:11', '2019-12-04 01:08:11', '', '012_ceramicafabiane', '', 'inherit', 'open', 'closed', '', '012_ceramicafabiane', '', '', '2019-12-04 01:08:11', '2019-12-04 01:08:11', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/012_ceramicafabiane.png', 0, 'attachment', 'image/png', 0),
(300, 1, '2019-12-04 01:08:12', '2019-12-04 01:08:12', '', '013_colcci', '', 'inherit', 'open', 'closed', '', '013_colcci', '', '', '2019-12-04 01:08:12', '2019-12-04 01:08:12', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/013_colcci.png', 0, 'attachment', 'image/png', 0),
(301, 1, '2019-12-04 01:08:13', '2019-12-04 01:08:13', '', '014_angeliedificacoes', '', 'inherit', 'open', 'closed', '', '014_angeliedificacoes', '', '', '2019-12-04 01:08:13', '2019-12-04 01:08:13', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/014_angeliedificacoes.png', 0, 'attachment', 'image/png', 0),
(279, 1, '2019-12-04 00:39:30', '2019-12-04 00:39:30', '<a href="https://tecnologia.ciminformatica.com/" data-elementor-open-lightbox="">\n							<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />								</a>\n		<nav itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope" id="cbp-hsmenu-wrapper">\n				<ul id="mega-menu"><li id="menu-item-150"><a title="Inicio" href="https://tecnologia.ciminformatica.com/">Inicio</a></li>\n<li id="menu-item-181"><a href="#aempresa">Sobre</a></li>\n<li id="menu-item-196"><a href="#oqueoferecemos">O que oferecemos</a></li>\n<li id="menu-item-154"><a title="Clientes" href="https://tecnologia.ciminformatica.com/">Clientes</a></li>\n<li id="menu-item-155"><a title="Contato" href="https://tecnologia.ciminformatica.com/">Contato</a></li>\n</ul>			\n		</nav>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n			<h2>A Empresa</h2>		\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.</p>		\n			<h2>O que oferecemos</h2>		\n				<a data-elementor-lightbox-slideshow="all" href="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Icomercio.png">\n														</a>\n				<a data-elementor-lightbox-slideshow="all" href="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Backup.png">\n														</a>\n				<a data-elementor-lightbox-slideshow="all" href="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_E-mail.png">\n														</a>\n				<a data-elementor-lightbox-slideshow="all" href="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Gerenciamento_Rede.png">\n														</a>\n				<a data-elementor-lightbox-slideshow="all" href="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Ponto.png">\n														</a>\n				<a data-elementor-lightbox-slideshow="all" href="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Wifi.png">\n														</a>\n				<a data-elementor-lightbox-slideshow="all" href="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Cameras.png">\n														</a>\n				<a data-elementor-lightbox-slideshow="all" href="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Antivirus.png">\n														</a>\n				<a data-elementor-lightbox-slideshow="all" href="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Assitencia.png">\n														</a>\n				<a data-elementor-lightbox-slideshow="all" href="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Firewall.png">\n														</a>\n				<a data-elementor-lightbox-slideshow="all" href="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Suporte.png">\n														</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-12-04 00:39:30', '2019-12-04 00:39:30', '', 35, 'https://tecnologia.ciminformatica.com/2019/12/04/35-revision-v1/', 0, 'revision', '', 0),
(278, 1, '2019-12-04 00:35:07', '2019-12-04 00:35:07', '', 'Ico_Wifi', 'HotSpot Social Wi-Fi', 'inherit', 'open', 'closed', '', 'ico_wifi', '', '', '2019-12-04 00:42:40', '2019-12-04 00:42:40', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Wifi.png', 0, 'attachment', 'image/png', 0),
(276, 1, '2019-12-04 00:35:05', '2019-12-04 00:35:05', '', 'Ico_Ponto', 'Software de Ponto', 'inherit', 'open', 'closed', '', 'ico_ponto', '', '', '2019-12-04 00:42:20', '2019-12-04 00:42:20', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Ponto.png', 0, 'attachment', 'image/png', 0),
(277, 1, '2019-12-04 00:35:06', '2019-12-04 00:35:06', '', 'Ico_Suporte', 'Suporte ilimitado', 'inherit', 'open', 'closed', '', 'ico_suporte', '', '', '2019-12-04 00:43:38', '2019-12-04 00:43:38', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Suporte.png', 0, 'attachment', 'image/png', 0),
(281, 1, '2019-12-04 00:43:44', '2019-12-04 00:43:44', '<a href="https://tecnologia.ciminformatica.com/" data-elementor-open-lightbox="">\n							<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />								</a>\n		<nav itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope" id="cbp-hsmenu-wrapper">\n				<ul id="mega-menu"><li id="menu-item-150"><a title="Inicio" href="https://tecnologia.ciminformatica.com/">Inicio</a></li>\n<li id="menu-item-181"><a href="#aempresa">Sobre</a></li>\n<li id="menu-item-196"><a href="#oqueoferecemos">O que oferecemos</a></li>\n<li id="menu-item-154"><a title="Clientes" href="https://tecnologia.ciminformatica.com/">Clientes</a></li>\n<li id="menu-item-155"><a title="Contato" href="https://tecnologia.ciminformatica.com/">Contato</a></li>\n</ul>			\n		</nav>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n			<h2>A Empresa</h2>		\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.</p>		\n			<h2>O que oferecemos</h2>		\n				<a data-elementor-lightbox-slideshow="all" href="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Icomercio.png">\n														</a>\n				<a data-elementor-lightbox-slideshow="all" href="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Backup.png">\n														</a>\n				<a data-elementor-lightbox-slideshow="all" href="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_E-mail.png">\n														</a>\n				<a data-elementor-lightbox-slideshow="all" href="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Gerenciamento_Rede.png">\n														</a>\n				<a data-elementor-lightbox-slideshow="all" href="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Ponto.png">\n														</a>\n				<a data-elementor-lightbox-slideshow="all" href="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Wifi.png">\n														</a>\n				<a data-elementor-lightbox-slideshow="all" href="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Cameras.png">\n														</a>\n				<a data-elementor-lightbox-slideshow="all" href="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Antivirus.png">\n														</a>\n				<a data-elementor-lightbox-slideshow="all" href="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Assitencia.png">\n														</a>\n				<a data-elementor-lightbox-slideshow="all" href="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Firewall.png">\n														</a>\n				<a data-elementor-lightbox-slideshow="all" href="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Suporte.png">\n														</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-12-04 00:43:44', '2019-12-04 00:43:44', '', 35, 'https://tecnologia.ciminformatica.com/2019/12/04/35-revision-v1/', 0, 'revision', '', 0),
(293, 1, '2019-12-04 01:08:04', '2019-12-04 01:08:04', '', '005_farinelli', '', 'inherit', 'open', 'closed', '', '005_farinelli', '', '', '2019-12-04 01:08:04', '2019-12-04 01:08:04', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/005_farinelli.png', 0, 'attachment', 'image/png', 0),
(282, 1, '2019-12-04 00:45:17', '2019-12-04 00:45:17', '<a href="https://tecnologia.ciminformatica.com/" data-elementor-open-lightbox="">\n							<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />								</a>\n		<nav itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope" id="cbp-hsmenu-wrapper">\n				<ul id="mega-menu"><li id="menu-item-150"><a title="Inicio" href="https://tecnologia.ciminformatica.com/">Inicio</a></li>\n<li id="menu-item-181"><a href="#aempresa">Sobre</a></li>\n<li id="menu-item-196"><a href="#oqueoferecemos">O que oferecemos</a></li>\n<li id="menu-item-154"><a title="Clientes" href="https://tecnologia.ciminformatica.com/">Clientes</a></li>\n<li id="menu-item-155"><a title="Contato" href="https://tecnologia.ciminformatica.com/">Contato</a></li>\n</ul>			\n		</nav>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n			<h2>A Empresa</h2>		\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.</p>		\n			<h2>O que oferecemos</h2>		\n				<a data-elementor-lightbox-slideshow="all" href="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Icomercio.png">\n													Software de Gestão\n									</a>\n				<a data-elementor-lightbox-slideshow="all" href="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Backup.png">\n													Backup em Nuvem\n									</a>\n				<a data-elementor-lightbox-slideshow="all" href="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_E-mail.png">\n													E-mail Corporativo\n									</a>\n				<a data-elementor-lightbox-slideshow="all" href="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Gerenciamento_Rede.png">\n													Gerenciamento de Rede\n									</a>\n				<a data-elementor-lightbox-slideshow="all" href="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Ponto.png">\n													Software de Ponto\n									</a>\n				<a data-elementor-lightbox-slideshow="all" href="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Wifi.png">\n													HotSpot Social Wi-Fi\n									</a>\n				<a data-elementor-lightbox-slideshow="all" href="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Cameras.png">\n													Câmeras de Segurança\n									</a>\n				<a data-elementor-lightbox-slideshow="all" href="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Antivirus.png">\n													Antivírus\n									</a>\n				<a data-elementor-lightbox-slideshow="all" href="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Assitencia.png">\n													Assistência Técnica\n									</a>\n				<a data-elementor-lightbox-slideshow="all" href="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Firewall.png">\n													Firewall\n									</a>\n				<a data-elementor-lightbox-slideshow="all" href="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Suporte.png">\n													Suporte ilimitado\n									</a>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-12-04 00:45:17', '2019-12-04 00:45:17', '', 35, 'https://tecnologia.ciminformatica.com/2019/12/04/35-revision-v1/', 0, 'revision', '', 0),
(324, 1, '2019-12-04 01:13:00', '2019-12-04 01:13:00', '<a href="https://tecnologia.ciminformatica.com/" data-elementor-open-lightbox="">\n							<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />								</a>\n		<nav itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope" id="cbp-hsmenu-wrapper">\n				<ul id="mega-menu"><li id="menu-item-150"><a title="Inicio" href="https://tecnologia.ciminformatica.com/">Inicio</a></li>\n<li id="menu-item-181"><a href="#aempresa">Sobre</a></li>\n<li id="menu-item-196"><a href="#oqueoferecemos">O que oferecemos</a></li>\n<li id="menu-item-154"><a title="Clientes" href="https://tecnologia.ciminformatica.com/">Clientes</a></li>\n<li id="menu-item-155"><a title="Contato" href="https://tecnologia.ciminformatica.com/">Contato</a></li>\n</ul>			\n		</nav>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n			<h2>A Empresa</h2>		\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.</p>		\n			<h2>O que oferecemos</h2>		\n			<h2>Clientes</h2>		\n			<figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/021_pisoramica-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/021_pisoramica-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/021_pisoramica-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/021_pisoramica.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/031_postorota-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/031_postorota-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/031_postorota-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/031_postorota.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/002_nossaloja-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/002_nossaloja-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/002_nossaloja-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/002_nossaloja.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/007_advocacia-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/007_advocacia-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/007_advocacia-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/007_advocacia.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/019_deraldocampos-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/019_deraldocampos-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/019_deraldocampos-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/019_deraldocampos.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/016_cimatel-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/016_cimatel-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/016_cimatel-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/016_cimatel.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/034_imperador-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/034_imperador-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/034_imperador-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/034_imperador.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/001_ronta-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/001_ronta-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/001_ronta-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/001_ronta.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/013_colcci-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/013_colcci-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/013_colcci-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/013_colcci.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/020_preventec-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/020_preventec-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/020_preventec-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/020_preventec.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/005_farinelli-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/005_farinelli-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/005_farinelli-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/005_farinelli.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-1-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-1-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-1-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-1.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/025_volpiselantes-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/025_volpiselantes-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/025_volpiselantes-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/025_volpiselantes.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_iracemamadeiras-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_iracemamadeiras-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_iracemamadeiras-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_iracemamadeiras.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/017_velhooeste-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/017_velhooeste-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/017_velhooeste-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/017_velhooeste.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/014_angeliedificacoes-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/014_angeliedificacoes-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/014_angeliedificacoes-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/014_angeliedificacoes.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/010_divisapneus-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/010_divisapneus-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/010_divisapneus-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/010_divisapneus.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/018_friolar-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/018_friolar-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/018_friolar-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/018_friolar.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/033_tropicalmotos-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/033_tropicalmotos-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/033_tropicalmotos-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/033_tropicalmotos.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/015_feevida-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/015_feevida-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/015_feevida-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/015_feevida.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/026_bdsblocos-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/026_bdsblocos-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/026_bdsblocos-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/026_bdsblocos.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/006_pervalle-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/006_pervalle-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/006_pervalle-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/006_pervalle.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/035_capane-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/035_capane-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/035_capane-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/035_capane.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_stmadeiras-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_stmadeiras-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_stmadeiras-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_stmadeiras.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_oticasmt-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_oticasmt-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_oticasmt-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_oticasmt.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_ferrerojoias-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_ferrerojoias-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_ferrerojoias-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_ferrerojoias.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/003_spaautocenter-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/003_spaautocenter-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/003_spaautocenter-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/003_spaautocenter.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/012_ceramicafabiane-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/012_ceramicafabiane-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/012_ceramicafabiane-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/012_ceramicafabiane.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/029_unicavidros-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/029_unicavidros-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/029_unicavidros-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/029_unicavidros.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/004_lojaelder-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/004_lojaelder-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/004_lojaelder-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/004_lojaelder.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/030_postocimatel-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/030_postocimatel-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/030_postocimatel-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/030_postocimatel.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure>\n			<h2>Contato</h2>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-12-04 01:13:00', '2019-12-04 01:13:00', '', 35, 'https://tecnologia.ciminformatica.com/2019/12/04/35-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpu7_posts` VALUES
(323, 1, '2019-12-04 01:11:29', '2019-12-04 01:11:29', '<a href="https://tecnologia.ciminformatica.com/" data-elementor-open-lightbox="">\n							<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />								</a>\n		<nav itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope" id="cbp-hsmenu-wrapper">\n				<ul id="mega-menu"><li id="menu-item-150"><a title="Inicio" href="https://tecnologia.ciminformatica.com/">Inicio</a></li>\n<li id="menu-item-181"><a href="#aempresa">Sobre</a></li>\n<li id="menu-item-196"><a href="#oqueoferecemos">O que oferecemos</a></li>\n<li id="menu-item-154"><a title="Clientes" href="https://tecnologia.ciminformatica.com/">Clientes</a></li>\n<li id="menu-item-155"><a title="Contato" href="https://tecnologia.ciminformatica.com/">Contato</a></li>\n</ul>			\n		</nav>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n			<h2>A Empresa</h2>		\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.</p>		\n			<h2>O que oferecemos</h2>		\n			<h2>Clientes</h2>		\n			<figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="default" data-elementor-lightbox-slideshow="0840c06" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/001_ronta.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/001_ronta-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/001_ronta-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/001_ronta-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/001_ronta.png 320w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n			</figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="default" data-elementor-lightbox-slideshow="0840c06" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/002_nossaloja.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/002_nossaloja-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/002_nossaloja-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/002_nossaloja-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/002_nossaloja.png 320w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n			</figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="default" data-elementor-lightbox-slideshow="0840c06" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/003_spaautocenter.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/003_spaautocenter-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/003_spaautocenter-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/003_spaautocenter-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/003_spaautocenter.png 320w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n			</figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="default" data-elementor-lightbox-slideshow="0840c06" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/004_lojaelder.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/004_lojaelder-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/004_lojaelder-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/004_lojaelder-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/004_lojaelder.png 320w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n			</figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="default" data-elementor-lightbox-slideshow="0840c06" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/005_farinelli.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/005_farinelli-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/005_farinelli-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/005_farinelli-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/005_farinelli.png 320w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n			</figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="default" data-elementor-lightbox-slideshow="0840c06" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/006_pervalle.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/006_pervalle-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/006_pervalle-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/006_pervalle-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/006_pervalle.png 320w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n			</figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="default" data-elementor-lightbox-slideshow="0840c06" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/007_advocacia.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/007_advocacia-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/007_advocacia-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/007_advocacia-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/007_advocacia.png 320w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n			</figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="default" data-elementor-lightbox-slideshow="0840c06" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_ferrerojoias.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_ferrerojoias-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_ferrerojoias-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_ferrerojoias-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_ferrerojoias.png 320w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n			</figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="default" data-elementor-lightbox-slideshow="0840c06" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_oticasmt.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_oticasmt-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_oticasmt-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_oticasmt-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_oticasmt.png 320w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n			</figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="default" data-elementor-lightbox-slideshow="0840c06" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/010_divisapneus.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/010_divisapneus-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/010_divisapneus-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/010_divisapneus-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/010_divisapneus.png 320w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n			</figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="default" data-elementor-lightbox-slideshow="0840c06" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/012_ceramicafabiane.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/012_ceramicafabiane-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/012_ceramicafabiane-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/012_ceramicafabiane-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/012_ceramicafabiane.png 320w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n			</figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="default" data-elementor-lightbox-slideshow="0840c06" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/013_colcci.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/013_colcci-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/013_colcci-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/013_colcci-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/013_colcci.png 320w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n			</figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="default" data-elementor-lightbox-slideshow="0840c06" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/014_angeliedificacoes.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/014_angeliedificacoes-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/014_angeliedificacoes-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/014_angeliedificacoes-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/014_angeliedificacoes.png 320w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n			</figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="default" data-elementor-lightbox-slideshow="0840c06" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/015_feevida.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/015_feevida-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/015_feevida-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/015_feevida-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/015_feevida.png 320w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n			</figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="default" data-elementor-lightbox-slideshow="0840c06" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/016_cimatel.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/016_cimatel-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/016_cimatel-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/016_cimatel-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/016_cimatel.png 320w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n			</figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="default" data-elementor-lightbox-slideshow="0840c06" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/017_velhooeste.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/017_velhooeste-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/017_velhooeste-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/017_velhooeste-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/017_velhooeste.png 320w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n			</figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="default" data-elementor-lightbox-slideshow="0840c06" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/018_friolar.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/018_friolar-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/018_friolar-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/018_friolar-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/018_friolar.png 320w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n			</figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="default" data-elementor-lightbox-slideshow="0840c06" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/019_deraldocampos.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/019_deraldocampos-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/019_deraldocampos-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/019_deraldocampos-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/019_deraldocampos.png 320w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n			</figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="default" data-elementor-lightbox-slideshow="0840c06" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/020_preventec.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/020_preventec-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/020_preventec-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/020_preventec-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/020_preventec.png 320w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n			</figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="default" data-elementor-lightbox-slideshow="0840c06" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/021_pisoramica.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/021_pisoramica-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/021_pisoramica-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/021_pisoramica-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/021_pisoramica.png 320w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n			</figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="default" data-elementor-lightbox-slideshow="0840c06" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320.png 320w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n			</figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="default" data-elementor-lightbox-slideshow="0840c06" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_iracemamadeiras.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_iracemamadeiras-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_iracemamadeiras-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_iracemamadeiras-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_iracemamadeiras.png 320w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n			</figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="default" data-elementor-lightbox-slideshow="0840c06" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_stmadeiras.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_stmadeiras-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_stmadeiras-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_stmadeiras-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_stmadeiras.png 320w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n			</figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="default" data-elementor-lightbox-slideshow="0840c06" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/025_volpiselantes.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/025_volpiselantes-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/025_volpiselantes-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/025_volpiselantes-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/025_volpiselantes.png 320w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n			</figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="default" data-elementor-lightbox-slideshow="0840c06" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/026_bdsblocos.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/026_bdsblocos-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/026_bdsblocos-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/026_bdsblocos-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/026_bdsblocos.png 320w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n			</figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="default" data-elementor-lightbox-slideshow="0840c06" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/029_unicavidros.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/029_unicavidros-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/029_unicavidros-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/029_unicavidros-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/029_unicavidros.png 320w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n			</figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="default" data-elementor-lightbox-slideshow="0840c06" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/030_postocimatel.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/030_postocimatel-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/030_postocimatel-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/030_postocimatel-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/030_postocimatel.png 320w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n			</figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="default" data-elementor-lightbox-slideshow="0840c06" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/031_postorota.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/031_postorota-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/031_postorota-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/031_postorota-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/031_postorota.png 320w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n			</figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="default" data-elementor-lightbox-slideshow="0840c06" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/033_tropicalmotos.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/033_tropicalmotos-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/033_tropicalmotos-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/033_tropicalmotos-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/033_tropicalmotos.png 320w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n			</figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="default" data-elementor-lightbox-slideshow="0840c06" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/034_imperador.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/034_imperador-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/034_imperador-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/034_imperador-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/034_imperador.png 320w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n			</figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="default" data-elementor-lightbox-slideshow="0840c06" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/035_capane.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/035_capane-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/035_capane-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/035_capane-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/035_capane.png 320w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n			</figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="default" data-elementor-lightbox-slideshow="0840c06" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-1.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-1-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-1-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-1-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-1.png 320w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n			</figure>\n			<h2>Contato</h2>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-12-04 01:11:29', '2019-12-04 01:11:29', '', 35, 'https://tecnologia.ciminformatica.com/2019/12/04/35-revision-v1/', 0, 'revision', '', 0),
(289, 1, '2019-12-04 01:07:58', '2019-12-04 01:07:58', '', '001_ronta', '', 'inherit', 'open', 'closed', '', '001_ronta', '', '', '2019-12-04 01:07:58', '2019-12-04 01:07:58', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/001_ronta.png', 0, 'attachment', 'image/png', 0),
(290, 1, '2019-12-04 01:08:00', '2019-12-04 01:08:00', '', '002_nossaloja', '', 'inherit', 'open', 'closed', '', '002_nossaloja', '', '', '2019-12-04 01:08:00', '2019-12-04 01:08:00', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/002_nossaloja.png', 0, 'attachment', 'image/png', 0),
(291, 1, '2019-12-04 01:08:01', '2019-12-04 01:08:01', '', '003_spaautocenter', '', 'inherit', 'open', 'closed', '', '003_spaautocenter', '', '', '2019-12-04 01:08:01', '2019-12-04 01:08:01', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/003_spaautocenter.png', 0, 'attachment', 'image/png', 0),
(292, 1, '2019-12-04 01:08:03', '2019-12-04 01:08:03', '', '004_lojaelder', '', 'inherit', 'open', 'closed', '', '004_lojaelder', '', '', '2019-12-04 01:08:03', '2019-12-04 01:08:03', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/004_lojaelder.png', 0, 'attachment', 'image/png', 0),
(287, 1, '2019-12-04 01:05:07', '2019-12-04 01:05:07', '<a href="https://tecnologia.ciminformatica.com/" data-elementor-open-lightbox="">\n							<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />								</a>\n		<nav itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope" id="cbp-hsmenu-wrapper">\n				<ul id="mega-menu"><li id="menu-item-150"><a title="Inicio" href="https://tecnologia.ciminformatica.com/">Inicio</a></li>\n<li id="menu-item-181"><a href="#aempresa">Sobre</a></li>\n<li id="menu-item-196"><a href="#oqueoferecemos">O que oferecemos</a></li>\n<li id="menu-item-154"><a title="Clientes" href="https://tecnologia.ciminformatica.com/">Clientes</a></li>\n<li id="menu-item-155"><a title="Contato" href="https://tecnologia.ciminformatica.com/">Contato</a></li>\n</ul>			\n		</nav>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n			<h2>A Empresa</h2>		\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.</p>		\n			<h2>O que oferecemos</h2>		\n			<h2>Clientes</h2>		\n			<h2>Contato</h2>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-12-04 01:05:07', '2019-12-04 01:05:07', '', 35, 'https://tecnologia.ciminformatica.com/2019/12/04/35-revision-v1/', 0, 'revision', '', 0),
(285, 1, '2019-12-04 00:55:08', '2019-12-04 00:55:08', '<a href="https://tecnologia.ciminformatica.com/" data-elementor-open-lightbox="">\n							<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />								</a>\n		<nav itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope" id="cbp-hsmenu-wrapper">\n				<ul id="mega-menu"><li id="menu-item-150"><a title="Inicio" href="https://tecnologia.ciminformatica.com/">Inicio</a></li>\n<li id="menu-item-181"><a href="#aempresa">Sobre</a></li>\n<li id="menu-item-196"><a href="#oqueoferecemos">O que oferecemos</a></li>\n<li id="menu-item-154"><a title="Clientes" href="https://tecnologia.ciminformatica.com/">Clientes</a></li>\n<li id="menu-item-155"><a title="Contato" href="https://tecnologia.ciminformatica.com/">Contato</a></li>\n</ul>			\n		</nav>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n			<h2>A Empresa</h2>		\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.</p>		\n			<h2>O que oferecemos</h2>		\n			<figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="" data-elementor-lightbox-slideshow="5bd87a2" href=''https://tecnologia.ciminformatica.com/ico_icomercio/''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Icomercio-150x150.png" alt="" aria-describedby="gallery-1-275" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Icomercio-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Icomercio-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Icomercio.png 500w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n				<figcaption class=''wp-caption-text gallery-caption'' id=''gallery-1-275''>\n				Software de Gestão\n				</figcaption></figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="" data-elementor-lightbox-slideshow="5bd87a2" href=''https://tecnologia.ciminformatica.com/ico_backup/''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Backup-150x150.png" alt="" aria-describedby="gallery-1-270" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Backup-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Backup-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Backup.png 500w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n				<figcaption class=''wp-caption-text gallery-caption'' id=''gallery-1-270''>\n				Backup em Nuvem\n				</figcaption></figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="" data-elementor-lightbox-slideshow="5bd87a2" href=''https://tecnologia.ciminformatica.com/ico_e-mail/''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_E-mail-150x150.png" alt="" aria-describedby="gallery-1-272" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_E-mail-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_E-mail-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_E-mail.png 500w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n				<figcaption class=''wp-caption-text gallery-caption'' id=''gallery-1-272''>\n				E-mail Corporativo\n				</figcaption></figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="" data-elementor-lightbox-slideshow="5bd87a2" href=''https://tecnologia.ciminformatica.com/ico_gerenciamento_rede/''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Gerenciamento_Rede-150x150.png" alt="" aria-describedby="gallery-1-274" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Gerenciamento_Rede-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Gerenciamento_Rede-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Gerenciamento_Rede.png 500w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n				<figcaption class=''wp-caption-text gallery-caption'' id=''gallery-1-274''>\n				Gerenciamento de Rede\n				</figcaption></figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="" data-elementor-lightbox-slideshow="5bd87a2" href=''https://tecnologia.ciminformatica.com/ico_ponto/''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Ponto-150x150.png" alt="" aria-describedby="gallery-1-276" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Ponto-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Ponto-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Ponto.png 500w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n				<figcaption class=''wp-caption-text gallery-caption'' id=''gallery-1-276''>\n				Software de Ponto\n				</figcaption></figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="" data-elementor-lightbox-slideshow="5bd87a2" href=''https://tecnologia.ciminformatica.com/ico_wifi/''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Wifi-150x150.png" alt="" aria-describedby="gallery-1-278" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Wifi-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Wifi-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Wifi.png 500w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n				<figcaption class=''wp-caption-text gallery-caption'' id=''gallery-1-278''>\n				HotSpot Social Wi-Fi\n				</figcaption></figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="" data-elementor-lightbox-slideshow="5bd87a2" href=''https://tecnologia.ciminformatica.com/ico_cameras/''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Cameras-150x150.png" alt="" aria-describedby="gallery-1-271" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Cameras-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Cameras-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Cameras.png 500w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n				<figcaption class=''wp-caption-text gallery-caption'' id=''gallery-1-271''>\n				Câmeras de Segurança\n				</figcaption></figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="" data-elementor-lightbox-slideshow="5bd87a2" href=''https://tecnologia.ciminformatica.com/ico_antivirus/''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Antivirus-150x150.png" alt="" aria-describedby="gallery-1-268" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Antivirus-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Antivirus-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Antivirus.png 500w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n				<figcaption class=''wp-caption-text gallery-caption'' id=''gallery-1-268''>\n				Antivírus\n				</figcaption></figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="" data-elementor-lightbox-slideshow="5bd87a2" href=''https://tecnologia.ciminformatica.com/ico_firewall/''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Firewall-150x150.png" alt="" aria-describedby="gallery-1-273" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Firewall-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Firewall-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Firewall.png 500w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n				<figcaption class=''wp-caption-text gallery-caption'' id=''gallery-1-273''>\n				Firewall\n				</figcaption></figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="" data-elementor-lightbox-slideshow="5bd87a2" href=''https://tecnologia.ciminformatica.com/ico_assitencia/''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Assitencia-150x150.png" alt="" aria-describedby="gallery-1-269" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Assitencia-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Assitencia-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Assitencia.png 500w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n				<figcaption class=''wp-caption-text gallery-caption'' id=''gallery-1-269''>\n				Assistência Técnica\n				</figcaption></figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="" data-elementor-lightbox-slideshow="5bd87a2" href=''https://tecnologia.ciminformatica.com/ico_suporte/''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Suporte-150x150.png" alt="" aria-describedby="gallery-1-277" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Suporte-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Suporte-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Suporte.png 500w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n				<figcaption class=''wp-caption-text gallery-caption'' id=''gallery-1-277''>\n				Suporte ilimitado\n				</figcaption></figure>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-12-04 00:55:08', '2019-12-04 00:55:08', '', 35, 'https://tecnologia.ciminformatica.com/2019/12/04/35-revision-v1/', 0, 'revision', '', 0),
(284, 1, '2019-12-04 00:54:29', '2019-12-04 00:54:29', '<a href="https://tecnologia.ciminformatica.com/" data-elementor-open-lightbox="">\n							<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />								</a>\n		<nav itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope" id="cbp-hsmenu-wrapper">\n				<ul id="mega-menu"><li id="menu-item-150"><a title="Inicio" href="https://tecnologia.ciminformatica.com/">Inicio</a></li>\n<li id="menu-item-181"><a href="#aempresa">Sobre</a></li>\n<li id="menu-item-196"><a href="#oqueoferecemos">O que oferecemos</a></li>\n<li id="menu-item-154"><a title="Clientes" href="https://tecnologia.ciminformatica.com/">Clientes</a></li>\n<li id="menu-item-155"><a title="Contato" href="https://tecnologia.ciminformatica.com/">Contato</a></li>\n</ul>			\n		</nav>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n			<h2>A Empresa</h2>		\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.</p>		\n			<h2>O que oferecemos</h2>		\n			<figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="5bd87a2" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Icomercio.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Icomercio-150x150.png" alt="" aria-describedby="gallery-1-275" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Icomercio-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Icomercio-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Icomercio.png 500w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n				<figcaption class=''wp-caption-text gallery-caption'' id=''gallery-1-275''>\n				Software de Gestão\n				</figcaption></figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="5bd87a2" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Backup.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Backup-150x150.png" alt="" aria-describedby="gallery-1-270" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Backup-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Backup-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Backup.png 500w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n				<figcaption class=''wp-caption-text gallery-caption'' id=''gallery-1-270''>\n				Backup em Nuvem\n				</figcaption></figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="5bd87a2" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_E-mail.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_E-mail-150x150.png" alt="" aria-describedby="gallery-1-272" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_E-mail-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_E-mail-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_E-mail.png 500w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n				<figcaption class=''wp-caption-text gallery-caption'' id=''gallery-1-272''>\n				E-mail Corporativo\n				</figcaption></figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="5bd87a2" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Gerenciamento_Rede.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Gerenciamento_Rede-150x150.png" alt="" aria-describedby="gallery-1-274" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Gerenciamento_Rede-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Gerenciamento_Rede-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Gerenciamento_Rede.png 500w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n				<figcaption class=''wp-caption-text gallery-caption'' id=''gallery-1-274''>\n				Gerenciamento de Rede\n				</figcaption></figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="5bd87a2" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Ponto.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Ponto-150x150.png" alt="" aria-describedby="gallery-1-276" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Ponto-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Ponto-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Ponto.png 500w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n				<figcaption class=''wp-caption-text gallery-caption'' id=''gallery-1-276''>\n				Software de Ponto\n				</figcaption></figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="5bd87a2" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Wifi.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Wifi-150x150.png" alt="" aria-describedby="gallery-1-278" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Wifi-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Wifi-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Wifi.png 500w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n				<figcaption class=''wp-caption-text gallery-caption'' id=''gallery-1-278''>\n				HotSpot Social Wi-Fi\n				</figcaption></figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="5bd87a2" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Cameras.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Cameras-150x150.png" alt="" aria-describedby="gallery-1-271" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Cameras-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Cameras-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Cameras.png 500w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n				<figcaption class=''wp-caption-text gallery-caption'' id=''gallery-1-271''>\n				Câmeras de Segurança\n				</figcaption></figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="5bd87a2" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Antivirus.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Antivirus-150x150.png" alt="" aria-describedby="gallery-1-268" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Antivirus-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Antivirus-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Antivirus.png 500w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n				<figcaption class=''wp-caption-text gallery-caption'' id=''gallery-1-268''>\n				Antivírus\n				</figcaption></figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="5bd87a2" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Firewall.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Firewall-150x150.png" alt="" aria-describedby="gallery-1-273" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Firewall-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Firewall-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Firewall.png 500w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n				<figcaption class=''wp-caption-text gallery-caption'' id=''gallery-1-273''>\n				Firewall\n				</figcaption></figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="5bd87a2" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Assitencia.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Assitencia-150x150.png" alt="" aria-describedby="gallery-1-269" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Assitencia-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Assitencia-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Assitencia.png 500w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n				<figcaption class=''wp-caption-text gallery-caption'' id=''gallery-1-269''>\n				Assistência Técnica\n				</figcaption></figure><figure class=''gallery-item''>\n				<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="5bd87a2" href=''https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Suporte.png''><img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Suporte-150x150.png" alt="" aria-describedby="gallery-1-277" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Suporte-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Suporte-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Ico_Suporte.png 500w" sizes="(max-width: 150px) 100vw, 150px" /></a>\n				<figcaption class=''wp-caption-text gallery-caption'' id=''gallery-1-277''>\n				Suporte ilimitado\n				</figcaption></figure>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-12-04 00:54:29', '2019-12-04 00:54:29', '', 35, 'https://tecnologia.ciminformatica.com/2019/12/04/35-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpu7_posts` VALUES
(302, 1, '2019-12-04 01:08:15', '2019-12-04 01:08:15', '', '015_feevida', '', 'inherit', 'open', 'closed', '', '015_feevida', '', '', '2019-12-04 01:08:15', '2019-12-04 01:08:15', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/015_feevida.png', 0, 'attachment', 'image/png', 0),
(303, 1, '2019-12-04 01:08:16', '2019-12-04 01:08:16', '', '016_cimatel', '', 'inherit', 'open', 'closed', '', '016_cimatel', '', '', '2019-12-04 01:08:16', '2019-12-04 01:08:16', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/016_cimatel.png', 0, 'attachment', 'image/png', 0),
(304, 1, '2019-12-04 01:08:17', '2019-12-04 01:08:17', '', '017_velhooeste', '', 'inherit', 'open', 'closed', '', '017_velhooeste', '', '', '2019-12-04 01:08:17', '2019-12-04 01:08:17', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/017_velhooeste.png', 0, 'attachment', 'image/png', 0),
(305, 1, '2019-12-04 01:08:18', '2019-12-04 01:08:18', '', '018_friolar', '', 'inherit', 'open', 'closed', '', '018_friolar', '', '', '2019-12-04 01:08:18', '2019-12-04 01:08:18', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/018_friolar.png', 0, 'attachment', 'image/png', 0),
(306, 1, '2019-12-04 01:08:19', '2019-12-04 01:08:19', '', '019_deraldocampos', '', 'inherit', 'open', 'closed', '', '019_deraldocampos', '', '', '2019-12-04 01:08:19', '2019-12-04 01:08:19', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/019_deraldocampos.png', 0, 'attachment', 'image/png', 0),
(307, 1, '2019-12-04 01:08:20', '2019-12-04 01:08:20', '', '020_preventec', '', 'inherit', 'open', 'closed', '', '020_preventec', '', '', '2019-12-04 01:08:20', '2019-12-04 01:08:20', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/020_preventec.png', 0, 'attachment', 'image/png', 0),
(309, 1, '2019-12-04 01:08:22', '2019-12-04 01:08:22', '', '021_pisoramica', '', 'inherit', 'open', 'closed', '', '021_pisoramica', '', '', '2019-12-04 01:08:22', '2019-12-04 01:08:22', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/021_pisoramica.png', 0, 'attachment', 'image/png', 0),
(311, 1, '2019-12-04 01:08:25', '2019-12-04 01:08:25', '', '023_iracemamadeiras', '', 'inherit', 'open', 'closed', '', '023_iracemamadeiras', '', '', '2019-12-04 01:08:25', '2019-12-04 01:08:25', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_iracemamadeiras.png', 0, 'attachment', 'image/png', 0),
(312, 1, '2019-12-04 01:08:26', '2019-12-04 01:08:26', '', '023_stmadeiras', '', 'inherit', 'open', 'closed', '', '023_stmadeiras', '', '', '2019-12-04 01:08:26', '2019-12-04 01:08:26', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_stmadeiras.png', 0, 'attachment', 'image/png', 0),
(313, 1, '2019-12-04 01:08:27', '2019-12-04 01:08:27', '', '025_volpiselantes', '', 'inherit', 'open', 'closed', '', '025_volpiselantes', '', '', '2019-12-04 01:08:27', '2019-12-04 01:08:27', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/025_volpiselantes.png', 0, 'attachment', 'image/png', 0),
(314, 1, '2019-12-04 01:08:29', '2019-12-04 01:08:29', '', '026_bdsblocos', '', 'inherit', 'open', 'closed', '', '026_bdsblocos', '', '', '2019-12-04 01:08:29', '2019-12-04 01:08:29', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/026_bdsblocos.png', 0, 'attachment', 'image/png', 0),
(315, 1, '2019-12-04 01:08:30', '2019-12-04 01:08:30', '', '029_unicavidros', '', 'inherit', 'open', 'closed', '', '029_unicavidros', '', '', '2019-12-04 01:08:30', '2019-12-04 01:08:30', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/029_unicavidros.png', 0, 'attachment', 'image/png', 0),
(316, 1, '2019-12-04 01:08:31', '2019-12-04 01:08:31', '', '030_postocimatel', '', 'inherit', 'open', 'closed', '', '030_postocimatel', '', '', '2019-12-04 01:08:31', '2019-12-04 01:08:31', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/030_postocimatel.png', 0, 'attachment', 'image/png', 0),
(317, 1, '2019-12-04 01:08:32', '2019-12-04 01:08:32', '', '031_postorota', '', 'inherit', 'open', 'closed', '', '031_postorota', '', '', '2019-12-04 01:08:32', '2019-12-04 01:08:32', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/031_postorota.png', 0, 'attachment', 'image/png', 0),
(318, 1, '2019-12-04 01:08:33', '2019-12-04 01:08:33', '', '033_tropicalmotos', '', 'inherit', 'open', 'closed', '', '033_tropicalmotos', '', '', '2019-12-04 01:08:33', '2019-12-04 01:08:33', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/033_tropicalmotos.png', 0, 'attachment', 'image/png', 0),
(319, 1, '2019-12-04 01:08:34', '2019-12-04 01:08:34', '', '034_imperador', '', 'inherit', 'open', 'closed', '', '034_imperador', '', '', '2019-12-04 01:08:34', '2019-12-04 01:08:34', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/034_imperador.png', 0, 'attachment', 'image/png', 0),
(320, 1, '2019-12-04 01:08:35', '2019-12-04 01:08:35', '', '035_capane', '', 'inherit', 'open', 'closed', '', '035_capane', '', '', '2019-12-04 01:08:35', '2019-12-04 01:08:35', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/035_capane.png', 0, 'attachment', 'image/png', 0),
(321, 1, '2019-12-04 01:09:53', '2019-12-04 01:09:53', '', 'Logo_01_320x320', '', 'inherit', 'open', 'closed', '', 'logo_01_320x320', '', '', '2019-12-04 01:09:53', '2019-12-04 01:09:53', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320.png', 0, 'attachment', 'image/png', 0),
(333, 1, '2019-12-04 01:29:08', '2019-12-04 01:29:08', '<a href="https://tecnologia.ciminformatica.com/" data-elementor-open-lightbox="">\n							<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />								</a>\n		<nav itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope" id="cbp-hsmenu-wrapper">\n				<ul id="mega-menu"><li id="menu-item-150"><a title="Inicio" href="https://tecnologia.ciminformatica.com/">Inicio</a></li>\n<li id="menu-item-181"><a href="#aempresa">Sobre</a></li>\n<li id="menu-item-196"><a href="#oqueoferecemos">O que oferecemos</a></li>\n<li id="menu-item-325"><a href="#nossosclientes">Clientes</a></li>\n<li id="menu-item-326"><a href="#meucontato">Contato</a></li>\n</ul>			\n		</nav>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n			<h2>A Empresa</h2>		\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.</p>		\n			<h2>O que oferecemos</h2>		\n			<h2>Clientes</h2>		\n			<h2>Contato</h2>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-12-04 01:29:08', '2019-12-04 01:29:08', '', 35, 'https://tecnologia.ciminformatica.com/2019/12/04/35-revision-v1/', 0, 'revision', '', 0),
(334, 1, '2019-12-04 01:29:57', '2019-12-04 01:29:57', '<a href="https://tecnologia.ciminformatica.com/" data-elementor-open-lightbox="">\n							<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />								</a>\n		<nav itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope" id="cbp-hsmenu-wrapper">\n				<ul id="mega-menu"><li id="menu-item-150"><a title="Inicio" href="https://tecnologia.ciminformatica.com/">Inicio</a></li>\n<li id="menu-item-181"><a href="#aempresa">Sobre</a></li>\n<li id="menu-item-196"><a href="#oqueoferecemos">O que oferecemos</a></li>\n<li id="menu-item-325"><a href="#nossosclientes">Clientes</a></li>\n<li id="menu-item-326"><a href="#meucontato">Contato</a></li>\n</ul>			\n		</nav>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n			<h2>A Empresa</h2>		\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.</p>		\n			<h2>O que oferecemos</h2>		\n			<h2>Clientes</h2>		\n			<h2>Contato</h2>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-12-04 01:29:57', '2019-12-04 01:29:57', '', 35, 'https://tecnologia.ciminformatica.com/2019/12/04/35-revision-v1/', 0, 'revision', '', 0),
(327, 1, '2019-12-04 01:19:22', '2019-12-04 01:19:22', '<a href="https://tecnologia.ciminformatica.com/" data-elementor-open-lightbox="">\n							<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />								</a>\n		<nav itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope" id="cbp-hsmenu-wrapper">\n				<ul id="mega-menu"><li id="menu-item-150"><a title="Inicio" href="https://tecnologia.ciminformatica.com/">Inicio</a></li>\n<li id="menu-item-181"><a href="#aempresa">Sobre</a></li>\n<li id="menu-item-196"><a href="#oqueoferecemos">O que oferecemos</a></li>\n<li id="menu-item-325"><a href="#nossosclientes">Clientes</a></li>\n<li id="menu-item-326"><a href="#meucontato">Contato</a></li>\n</ul>			\n		</nav>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n			<h2>A Empresa</h2>		\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.</p>		\n			<h2>O que oferecemos</h2>		\n			<h2>Clientes</h2>		\n			<figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/001_ronta-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/001_ronta-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/001_ronta-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/001_ronta.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/004_lojaelder-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/004_lojaelder-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/004_lojaelder-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/004_lojaelder.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/019_deraldocampos-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/019_deraldocampos-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/019_deraldocampos-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/019_deraldocampos.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/015_feevida-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/015_feevida-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/015_feevida-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/015_feevida.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/035_capane-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/035_capane-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/035_capane-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/035_capane.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/029_unicavidros-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/029_unicavidros-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/029_unicavidros-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/029_unicavidros.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-1-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-1-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-1-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-1.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/016_cimatel-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/016_cimatel-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/016_cimatel-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/016_cimatel.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/006_pervalle-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/006_pervalle-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/006_pervalle-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/006_pervalle.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/013_colcci-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/013_colcci-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/013_colcci-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/013_colcci.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_ferrerojoias-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_ferrerojoias-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_ferrerojoias-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_ferrerojoias.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/020_preventec-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/020_preventec-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/020_preventec-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/020_preventec.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/021_pisoramica-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/021_pisoramica-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/021_pisoramica-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/021_pisoramica.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/002_nossaloja-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/002_nossaloja-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/002_nossaloja-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/002_nossaloja.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/010_divisapneus-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/010_divisapneus-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/010_divisapneus-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/010_divisapneus.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/031_postorota-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/031_postorota-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/031_postorota-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/031_postorota.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/012_ceramicafabiane-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/012_ceramicafabiane-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/012_ceramicafabiane-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/012_ceramicafabiane.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/007_advocacia-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/007_advocacia-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/007_advocacia-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/007_advocacia.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/025_volpiselantes-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/025_volpiselantes-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/025_volpiselantes-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/025_volpiselantes.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/030_postocimatel-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/030_postocimatel-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/030_postocimatel-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/030_postocimatel.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_oticasmt-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_oticasmt-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_oticasmt-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_oticasmt.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/018_friolar-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/018_friolar-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/018_friolar-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/018_friolar.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_iracemamadeiras-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_iracemamadeiras-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_iracemamadeiras-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_iracemamadeiras.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/034_imperador-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/034_imperador-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/034_imperador-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/034_imperador.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_stmadeiras-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_stmadeiras-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_stmadeiras-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_stmadeiras.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/014_angeliedificacoes-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/014_angeliedificacoes-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/014_angeliedificacoes-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/014_angeliedificacoes.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/026_bdsblocos-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/026_bdsblocos-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/026_bdsblocos-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/026_bdsblocos.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/003_spaautocenter-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/003_spaautocenter-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/003_spaautocenter-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/003_spaautocenter.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/033_tropicalmotos-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/033_tropicalmotos-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/033_tropicalmotos-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/033_tropicalmotos.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/005_farinelli-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/005_farinelli-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/005_farinelli-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/005_farinelli.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/017_velhooeste-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/017_velhooeste-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/017_velhooeste-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/017_velhooeste.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure>\n			<h2>Contato</h2>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-12-04 01:19:22', '2019-12-04 01:19:22', '', 35, 'https://tecnologia.ciminformatica.com/2019/12/04/35-revision-v1/', 0, 'revision', '', 0),
(322, 1, '2019-12-04 01:10:10', '2019-12-04 01:10:10', '', 'Logo_01_320x320', '', 'inherit', 'open', 'closed', '', 'logo_01_320x320-2', '', '', '2019-12-04 01:10:10', '2019-12-04 01:10:10', '', 0, 'https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-1.png', 0, 'attachment', 'image/png', 0),
(325, 1, '2019-12-04 01:15:42', '2019-12-04 01:15:42', '', 'Clientes', '', 'publish', 'closed', 'closed', '', 'clientes-2', '', '', '2019-12-04 01:17:28', '2019-12-04 01:17:28', '', 0, 'https://tecnologia.ciminformatica.com/?p=325', 4, 'nav_menu_item', '', 0),
(328, 1, '2019-12-04 01:21:06', '2019-12-04 01:21:06', '<a href="https://tecnologia.ciminformatica.com/" data-elementor-open-lightbox="">\n							<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />								</a>\n		<nav itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope" id="cbp-hsmenu-wrapper">\n				<ul id="mega-menu"><li id="menu-item-150"><a title="Inicio" href="https://tecnologia.ciminformatica.com/">Inicio</a></li>\n<li id="menu-item-181"><a href="#aempresa">Sobre</a></li>\n<li id="menu-item-196"><a href="#oqueoferecemos">O que oferecemos</a></li>\n<li id="menu-item-325"><a href="#nossosclientes">Clientes</a></li>\n<li id="menu-item-326"><a href="#meucontato">Contato</a></li>\n</ul>			\n		</nav>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n			<h2>A Empresa</h2>		\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.</p>		\n			<h2>O que oferecemos</h2>		\n			<h2>Clientes</h2>		\n			<figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/006_pervalle-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/006_pervalle-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/006_pervalle-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/006_pervalle.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/025_volpiselantes-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/025_volpiselantes-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/025_volpiselantes-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/025_volpiselantes.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/035_capane-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/035_capane-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/035_capane-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/035_capane.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/001_ronta-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/001_ronta-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/001_ronta-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/001_ronta.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/016_cimatel-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/016_cimatel-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/016_cimatel-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/016_cimatel.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/033_tropicalmotos-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/033_tropicalmotos-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/033_tropicalmotos-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/033_tropicalmotos.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/018_friolar-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/018_friolar-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/018_friolar-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/018_friolar.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/003_spaautocenter-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/003_spaautocenter-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/003_spaautocenter-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/003_spaautocenter.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/026_bdsblocos-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/026_bdsblocos-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/026_bdsblocos-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/026_bdsblocos.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/030_postocimatel-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/030_postocimatel-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/030_postocimatel-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/030_postocimatel.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/021_pisoramica-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/021_pisoramica-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/021_pisoramica-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/021_pisoramica.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/020_preventec-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/020_preventec-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/020_preventec-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/020_preventec.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/007_advocacia-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/007_advocacia-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/007_advocacia-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/007_advocacia.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/031_postorota-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/031_postorota-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/031_postorota-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/031_postorota.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/010_divisapneus-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/010_divisapneus-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/010_divisapneus-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/010_divisapneus.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/013_colcci-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/013_colcci-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/013_colcci-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/013_colcci.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-1-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-1-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-1-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-1.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/002_nossaloja-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/002_nossaloja-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/002_nossaloja-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/002_nossaloja.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/034_imperador-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/034_imperador-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/034_imperador-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/034_imperador.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/004_lojaelder-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/004_lojaelder-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/004_lojaelder-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/004_lojaelder.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_oticasmt-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_oticasmt-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_oticasmt-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_oticasmt.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/012_ceramicafabiane-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/012_ceramicafabiane-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/012_ceramicafabiane-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/012_ceramicafabiane.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/015_feevida-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/015_feevida-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/015_feevida-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/015_feevida.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_iracemamadeiras-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_iracemamadeiras-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_iracemamadeiras-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_iracemamadeiras.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/014_angeliedificacoes-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/014_angeliedificacoes-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/014_angeliedificacoes-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/014_angeliedificacoes.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/017_velhooeste-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/017_velhooeste-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/017_velhooeste-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/017_velhooeste.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_ferrerojoias-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_ferrerojoias-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_ferrerojoias-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_ferrerojoias.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/019_deraldocampos-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/019_deraldocampos-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/019_deraldocampos-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/019_deraldocampos.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/005_farinelli-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/005_farinelli-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/005_farinelli-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/005_farinelli.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_stmadeiras-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_stmadeiras-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_stmadeiras-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_stmadeiras.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/029_unicavidros-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/029_unicavidros-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/029_unicavidros-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/029_unicavidros.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure>\n			<h2>Contato</h2>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-12-04 01:21:06', '2019-12-04 01:21:06', '', 35, 'https://tecnologia.ciminformatica.com/2019/12/04/35-revision-v1/', 0, 'revision', '', 0),
(329, 1, '2019-12-04 01:22:09', '2019-12-04 01:22:09', '<a href="https://tecnologia.ciminformatica.com/" data-elementor-open-lightbox="">\n							<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />								</a>\n		<nav itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope" id="cbp-hsmenu-wrapper">\n				<ul id="mega-menu"><li id="menu-item-150"><a title="Inicio" href="https://tecnologia.ciminformatica.com/">Inicio</a></li>\n<li id="menu-item-181"><a href="#aempresa">Sobre</a></li>\n<li id="menu-item-196"><a href="#oqueoferecemos">O que oferecemos</a></li>\n<li id="menu-item-325"><a href="#nossosclientes">Clientes</a></li>\n<li id="menu-item-326"><a href="#meucontato">Contato</a></li>\n</ul>			\n		</nav>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n			<h2>A Empresa</h2>		\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.</p>		\n			<h2>O que oferecemos</h2>		\n			<h2>Clientes</h2>		\n			<figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/020_preventec-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/020_preventec-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/020_preventec-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/020_preventec.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/010_divisapneus-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/010_divisapneus-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/010_divisapneus-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/010_divisapneus.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/003_spaautocenter-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/003_spaautocenter-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/003_spaautocenter-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/003_spaautocenter.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/014_angeliedificacoes-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/014_angeliedificacoes-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/014_angeliedificacoes-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/014_angeliedificacoes.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/004_lojaelder-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/004_lojaelder-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/004_lojaelder-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/004_lojaelder.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/018_friolar-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/018_friolar-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/018_friolar-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/018_friolar.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/001_ronta-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/001_ronta-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/001_ronta-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/001_ronta.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/034_imperador-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/034_imperador-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/034_imperador-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/034_imperador.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/035_capane-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/035_capane-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/035_capane-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/035_capane.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/025_volpiselantes-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/025_volpiselantes-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/025_volpiselantes-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/025_volpiselantes.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_ferrerojoias-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_ferrerojoias-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_ferrerojoias-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_ferrerojoias.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/029_unicavidros-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/029_unicavidros-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/029_unicavidros-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/029_unicavidros.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/030_postocimatel-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/030_postocimatel-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/030_postocimatel-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/030_postocimatel.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/033_tropicalmotos-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/033_tropicalmotos-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/033_tropicalmotos-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/033_tropicalmotos.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/026_bdsblocos-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/026_bdsblocos-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/026_bdsblocos-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/026_bdsblocos.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-1-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-1-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-1-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-1.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/007_advocacia-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/007_advocacia-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/007_advocacia-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/007_advocacia.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/015_feevida-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/015_feevida-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/015_feevida-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/015_feevida.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/013_colcci-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/013_colcci-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/013_colcci-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/013_colcci.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/005_farinelli-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/005_farinelli-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/005_farinelli-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/005_farinelli.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/019_deraldocampos-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/019_deraldocampos-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/019_deraldocampos-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/019_deraldocampos.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_stmadeiras-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_stmadeiras-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_stmadeiras-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_stmadeiras.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/021_pisoramica-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/021_pisoramica-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/021_pisoramica-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/021_pisoramica.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/012_ceramicafabiane-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/012_ceramicafabiane-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/012_ceramicafabiane-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/012_ceramicafabiane.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/002_nossaloja-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/002_nossaloja-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/002_nossaloja-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/002_nossaloja.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_iracemamadeiras-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_iracemamadeiras-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_iracemamadeiras-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_iracemamadeiras.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_oticasmt-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_oticasmt-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_oticasmt-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_oticasmt.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/017_velhooeste-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/017_velhooeste-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/017_velhooeste-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/017_velhooeste.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/031_postorota-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/031_postorota-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/031_postorota-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/031_postorota.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/006_pervalle-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/006_pervalle-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/006_pervalle-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/006_pervalle.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/016_cimatel-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/016_cimatel-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/016_cimatel-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/016_cimatel.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure>\n			<h2>Contato</h2>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-12-04 01:22:09', '2019-12-04 01:22:09', '', 35, 'https://tecnologia.ciminformatica.com/2019/12/04/35-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpu7_posts` VALUES
(330, 1, '2019-12-04 01:24:03', '2019-12-04 01:24:03', '<a href="https://tecnologia.ciminformatica.com/" data-elementor-open-lightbox="">\n							<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />								</a>\n		<nav itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope" id="cbp-hsmenu-wrapper">\n				<ul id="mega-menu"><li id="menu-item-150"><a title="Inicio" href="https://tecnologia.ciminformatica.com/">Inicio</a></li>\n<li id="menu-item-181"><a href="#aempresa">Sobre</a></li>\n<li id="menu-item-196"><a href="#oqueoferecemos">O que oferecemos</a></li>\n<li id="menu-item-325"><a href="#nossosclientes">Clientes</a></li>\n<li id="menu-item-326"><a href="#meucontato">Contato</a></li>\n</ul>			\n		</nav>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n			<h2>A Empresa</h2>		\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.</p>		\n			<h2>O que oferecemos</h2>		\n			<h2>Clientes</h2>		\n			<figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/004_lojaelder-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/004_lojaelder-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/004_lojaelder-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/004_lojaelder.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/003_spaautocenter-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/003_spaautocenter-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/003_spaautocenter-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/003_spaautocenter.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/025_volpiselantes-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/025_volpiselantes-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/025_volpiselantes-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/025_volpiselantes.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_stmadeiras-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_stmadeiras-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_stmadeiras-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_stmadeiras.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/026_bdsblocos-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/026_bdsblocos-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/026_bdsblocos-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/026_bdsblocos.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/015_feevida-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/015_feevida-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/015_feevida-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/015_feevida.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/020_preventec-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/020_preventec-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/020_preventec-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/020_preventec.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/016_cimatel-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/016_cimatel-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/016_cimatel-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/016_cimatel.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/034_imperador-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/034_imperador-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/034_imperador-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/034_imperador.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/012_ceramicafabiane-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/012_ceramicafabiane-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/012_ceramicafabiane-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/012_ceramicafabiane.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/033_tropicalmotos-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/033_tropicalmotos-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/033_tropicalmotos-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/033_tropicalmotos.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/035_capane-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/035_capane-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/035_capane-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/035_capane.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/030_postocimatel-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/030_postocimatel-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/030_postocimatel-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/030_postocimatel.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/002_nossaloja-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/002_nossaloja-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/002_nossaloja-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/002_nossaloja.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_oticasmt-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_oticasmt-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_oticasmt-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_oticasmt.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/031_postorota-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/031_postorota-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/031_postorota-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/031_postorota.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/019_deraldocampos-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/019_deraldocampos-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/019_deraldocampos-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/019_deraldocampos.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/029_unicavidros-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/029_unicavidros-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/029_unicavidros-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/029_unicavidros.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/006_pervalle-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/006_pervalle-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/006_pervalle-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/006_pervalle.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/005_farinelli-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/005_farinelli-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/005_farinelli-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/005_farinelli.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/021_pisoramica-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/021_pisoramica-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/021_pisoramica-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/021_pisoramica.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/013_colcci-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/013_colcci-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/013_colcci-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/013_colcci.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/001_ronta-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/001_ronta-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/001_ronta-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/001_ronta.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_ferrerojoias-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_ferrerojoias-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_ferrerojoias-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_ferrerojoias.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_iracemamadeiras-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_iracemamadeiras-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_iracemamadeiras-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_iracemamadeiras.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/018_friolar-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/018_friolar-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/018_friolar-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/018_friolar.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/014_angeliedificacoes-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/014_angeliedificacoes-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/014_angeliedificacoes-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/014_angeliedificacoes.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-1-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-1-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-1-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-1.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/007_advocacia-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/007_advocacia-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/007_advocacia-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/007_advocacia.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/017_velhooeste-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/017_velhooeste-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/017_velhooeste-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/017_velhooeste.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/010_divisapneus-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/010_divisapneus-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/010_divisapneus-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/010_divisapneus.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure>\n			<h2>Contato</h2>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-12-04 01:24:03', '2019-12-04 01:24:03', '', 35, 'https://tecnologia.ciminformatica.com/2019/12/04/35-revision-v1/', 0, 'revision', '', 0),
(331, 1, '2019-12-04 01:24:59', '2019-12-04 01:24:59', '<a href="https://tecnologia.ciminformatica.com/" data-elementor-open-lightbox="">\n							<img width="142" height="100" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/09/Logo_01.png" alt="" />								</a>\n		<nav itemtype="http://schema.org/SiteNavigationElement" itemscope="itemscope" id="cbp-hsmenu-wrapper">\n				<ul id="mega-menu"><li id="menu-item-150"><a title="Inicio" href="https://tecnologia.ciminformatica.com/">Inicio</a></li>\n<li id="menu-item-181"><a href="#aempresa">Sobre</a></li>\n<li id="menu-item-196"><a href="#oqueoferecemos">O que oferecemos</a></li>\n<li id="menu-item-325"><a href="#nossosclientes">Clientes</a></li>\n<li id="menu-item-326"><a href="#meucontato">Contato</a></li>\n</ul>			\n		</nav>\n				<figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_01.png" alt="Slide_01" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/Slide_02.png" alt="Slide_02" /></figure><figure><img src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Slide_03.png" alt="Slide_03" /></figure>			\n						Previous\n						Next\n			<h2>A Empresa</h2>		\n										<img width="250" height="250" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051.png 250w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/10/logo_original_051-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" />											\n		<p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">A CIM Tecnologia é uma empresa de soluções em sistemas para gestão empresarial e ambientes de infraestrutura de Tecnologia da Informação, oferecendo produtos e serviços especializados para implementação, monitoramento e suporte técnico, visando o aumento da produtividade, competitividade e maximização dos investimentos em tecnologia para as empresas clientes.</p><p style="margin: 0px; padding: 0px; transform-origin: left top; background-repeat: no-repeat; max-height: 1e+06px; color: #091a46; font-family: Arial, ''Helvetica Neue'', Helvetica, sans-serif; font-size: 14px; text-align: justify; border: 0px solid transparent;">   Contamos com profissionais altamente capacitados nas tecnologias envolvidas para cada solução, propiciando apoio e suporte especializado. Atuando em Sinop - Mato Grosso, iniciou suas atividades em agosto de 2014.</p>		\n			<h2>O que oferecemos</h2>		\n			<h2>Clientes</h2>		\n			<figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/005_farinelli-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/005_farinelli-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/005_farinelli-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/005_farinelli.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/019_deraldocampos-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/019_deraldocampos-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/019_deraldocampos-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/019_deraldocampos.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_iracemamadeiras-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_iracemamadeiras-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_iracemamadeiras-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_iracemamadeiras.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/014_angeliedificacoes-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/014_angeliedificacoes-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/014_angeliedificacoes-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/014_angeliedificacoes.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/002_nossaloja-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/002_nossaloja-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/002_nossaloja-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/002_nossaloja.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/015_feevida-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/015_feevida-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/015_feevida-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/015_feevida.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/025_volpiselantes-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/025_volpiselantes-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/025_volpiselantes-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/025_volpiselantes.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/033_tropicalmotos-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/033_tropicalmotos-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/033_tropicalmotos-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/033_tropicalmotos.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/020_preventec-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/020_preventec-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/020_preventec-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/020_preventec.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/029_unicavidros-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/029_unicavidros-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/029_unicavidros-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/029_unicavidros.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/031_postorota-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/031_postorota-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/031_postorota-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/031_postorota.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/026_bdsblocos-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/026_bdsblocos-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/026_bdsblocos-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/026_bdsblocos.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/035_capane-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/035_capane-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/035_capane-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/035_capane.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/016_cimatel-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/016_cimatel-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/016_cimatel-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/016_cimatel.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/030_postocimatel-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/030_postocimatel-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/030_postocimatel-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/030_postocimatel.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_stmadeiras-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_stmadeiras-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_stmadeiras-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/023_stmadeiras.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/012_ceramicafabiane-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/012_ceramicafabiane-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/012_ceramicafabiane-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/012_ceramicafabiane.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/004_lojaelder-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/004_lojaelder-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/004_lojaelder-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/004_lojaelder.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/003_spaautocenter-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/003_spaautocenter-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/003_spaautocenter-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/003_spaautocenter.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/006_pervalle-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/006_pervalle-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/006_pervalle-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/006_pervalle.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_oticasmt-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_oticasmt-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_oticasmt-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_oticasmt.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/010_divisapneus-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/010_divisapneus-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/010_divisapneus-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/010_divisapneus.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/007_advocacia-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/007_advocacia-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/007_advocacia-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/007_advocacia.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/018_friolar-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/018_friolar-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/018_friolar-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/018_friolar.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_ferrerojoias-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_ferrerojoias-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_ferrerojoias-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/009_ferrerojoias.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/013_colcci-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/013_colcci-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/013_colcci-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/013_colcci.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/017_velhooeste-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/017_velhooeste-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/017_velhooeste-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/017_velhooeste.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/001_ronta-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/001_ronta-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/001_ronta-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/001_ronta.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/021_pisoramica-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/021_pisoramica-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/021_pisoramica-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/021_pisoramica.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-1-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-1-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-1-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/Logo_01_320x320-1.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure><figure class=''gallery-item''>\n				<img width="150" height="150" src="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/034_imperador-150x150.png" alt="" srcset="https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/034_imperador-150x150.png 150w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/034_imperador-300x300.png 300w, https://tecnologia.ciminformatica.com/wp-content/uploads/2019/12/034_imperador.png 320w" sizes="(max-width: 150px) 100vw, 150px" />\n			</figure>\n			<h2>Contato</h2>', 'Inicio', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2019-12-04 01:24:59', '2019-12-04 01:24:59', '', 35, 'https://tecnologia.ciminformatica.com/2019/12/04/35-revision-v1/', 0, 'revision', '', 0);

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

--
-- Table structure for table `wpu7_termmeta`
--

CREATE TABLE `wpu7_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `wpu7_terms`
--

CREATE TABLE `wpu7_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=MyISAM  DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wpu7_terms`
--

INSERT INTO `wpu7_terms` VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'VAGRounded BT', 'vagrounded-bt', 0),
(3, 'CIM Tecnologia', 'cim-tecnologia', 0);

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

--
-- Table structure for table `wpu7_term_relationships`
--

CREATE TABLE `wpu7_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',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wpu7_term_relationships`
--

INSERT INTO `wpu7_term_relationships` VALUES
(150, 3, 0),
(187, 1, 0),
(253, 1, 0),
(181, 3, 0),
(326, 3, 0),
(196, 3, 0),
(255, 1, 0),
(258, 1, 0),
(325, 3, 0);

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

--
-- Table structure for table `wpu7_term_taxonomy`
--

CREATE TABLE `wpu7_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wpu7_term_taxonomy`
--

INSERT INTO `wpu7_term_taxonomy` VALUES
(1, 1, 'category', '', 0, 4),
(2, 2, 'bsf_custom_fonts', '', 0, 0),
(3, 3, 'nav_menu', '', 0, 5);

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

--
-- Table structure for table `wpu7_usermeta`
--

CREATE TABLE `wpu7_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM  DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wpu7_usermeta`
--

INSERT INTO `wpu7_usermeta` VALUES
(1, 1, 'nickname', 'tecnologia'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'wpu7_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(13, 1, 'wpu7_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', 'theme_editor_notice'),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:1:{s:64:"eb23409aab4201efd075cc1eb969a301e3bd57e1b1cf855727da76adfef07b9e";a:4:{s:10:"expiration";i:1575587098;s:2:"ip";s:12:"187.16.55.61";s:2:"ua";s:115:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36";s:5:"login";i:1575414298;}}'),
(17, 1, 'wpu7_dashboard_quick_press_last_post_id', '245'),
(18, 1, 'community-events-location', 'a:1:{s:2:"ip";s:11:"187.16.55.0";}'),
(19, 1, 'wpu7_user-settings', 'libraryContent=browse&editor=tinymce&hidetb=1'),
(20, 1, 'wpu7_user-settings-time', '1574424014'),
(21, 1, 'managenav-menuscolumnshidden', 'a:0:{}'),
(22, 1, 'metaboxhidden_nav-menus', 'a:2:{i:0;s:12:"add-post_tag";i:1;s:15:"add-post_format";}'),
(24, 1, 'nav_menu_recently_edited', '3'),
(25, 1, 'elementor_connect_common_data', 'a:7:{s:9:"client_id";s:32:"mhhp2TbIRLm1AskZTYUscbpein0gFD2d";s:11:"auth_secret";s:32:"Mfn0aQEj5xIL0C9JPssw4Ci5dhtPecSu";s:12:"access_token";s:32:"BKCu6i2MLGTl6gVM2pP5oP47HBfSeJ2F";s:19:"access_token_secret";s:32:"gfXJ0ZQ6W1Tf8M9kuqIoV7ME3mQmszC8";s:10:"token_type";s:6:"bearer";s:4:"user";O:8:"stdClass":1:{s:5:"email";s:34:"melquisedeque@cimtecnologia.com.br";}s:19:"data_share_opted_in";b:1;}'),
(23, 1, 'elementor_introduction', 'a:1:{s:10:"rightClick";b:1;}'),
(26, 1, 'wpu7_media_library_mode', 'grid'),
(27, 1, 'default_password_nag', '');

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

--
-- Table structure for table `wpu7_users`
--

CREATE TABLE `wpu7_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wpu7_users`
--

INSERT INTO `wpu7_users` VALUES
(1, 'tecnologia', '$P$BEo8fE.keUINZib.mg1XaNzqjTZnuA0', 'tecnologia', 'melquisedeque@cimtecnologia.com.br', '', '2019-09-14 01:01:02', '', 0, 'tecnologia');

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

/*!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 */;
